Re: Missing audio when converting PCM to Ogg
Ralph Giles <[email protected]> Tue, 22 Oct 2013 14:23:37 -0700
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2013-10-22 2:09 PM, Ilya Ganelin wrote: > I am essentially following the example from here: > http://svn.xiph.org/trunk/vorbis/examples/encoder_example.c Are you remembering to call ogg_stream_flush in a loop at the end to pull all the buffered data out of libogg? Does the last page in your ogg stream have the 'eos' bit set? Does encoder_example itself show the same problem on your system? -r