Displaying 1 result from an estimated 1 matches for "resynthesis".
Did you mean:
resynthesise
2014 Oct 31
0
Object Audio - Misusing Vorbis?
...nteed 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 streams for new audio objects can start up at any
poi...