> I tested Vorbis encoder (from www.vorbis.com), and it adds silence to the
> begging/end of the encoded wav. Why is that, when you said that Vorbis
> doesn't add silence (delay, padding) to the original wav?
There was indeed a bug in the encoder; it was not adding silence padding, the
bug was resulting in a snippet of garbage at the end. I've tested my fix
to
libvorbis using the example decoder and my test suite and it behaves properly.
The source in CVS now has the fix (a missing subtraction in block.c).
Monty
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/