[flac-dev] using libflac++ on a live internet stream

2017-12-12 Thread Chris Barrett
I'm trying to use libflac++ on a live internet audio stream. I don't see anything mentioned in the documentation that suggests this should not be possible, so I hope I'm not chasing down the wrong path (two weeks in). The encoder seems to be working fine and creates data for the write_callback, w

Re: [flac-dev] using libflac++ on a live internet stream

2017-12-13 Thread Chris Barrett
lavor, but I've only ever worked with the C API, to keep > things simple. Sorry for the brief response, but I wanted to reply quickly. > > Brian > > > On Dec 12, 2017, at 1:51 PM, Chris Barrett > wrote: > > I'm trying to use libflac++ on a live internet au

Re: [flac-dev] using libflac++ on a live internet stream

2018-01-04 Thread Chris Barrett
there needs to be another value added to this enum that can be used specifically for the single frame decode case. Not sure. Thanks, Chris On Wed, Dec 13, 2017 at 3:04 PM, Richard Ash wrote: > On Wed, 13 Dec 2017 09:12:43 -0700 > Chris Barrett wrote: > > > Thanks Brian. I c