Displaying 1 result from an estimated 1 matches for "resynthesi".
Did you mean:
resynthesis
2014 Oct 31
0
Object Audio - Misusing Vorbis?
...9;m unclear about is whether or not I'm guaranteed to get
the right data into my chunk if I do this. If I submit, say, 4800 samples of
audio, and call all the relevant vorbis/ogg calls to fully flush the
resulting bytes, am I guaranteed to get exactly the ogg/vorbis packets that
are required to resynthesize those 4800 samples of audio? During
resynthesis, no ogg/vorbis packets from the previous or next block/chunk
will be available (except any internal state the vorbis decoders might be
keeping).
Another thing I'm not too sure about is how I should handle lost chunks.
Because the ogg/vorbis str...