For those of you not of the commit mailing list, I wanted to point out that monty has checked the fixed-point 'tremor' vorbis decoder into xiph.org cvs, under the usual (free) xiph license. This was developed for use in embedded devices, so if you've been waiting for an interger-only (no fpu) implementation, you might want to give it a try. The code is in the 'Tremor' cvs module. As usual, nightly snapshots are available at http://xiph.org/ogg/vorbis/download/. There's also a new mailing list 'tremor@xiph.org'. -r --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
My encoder process is creating a stream that plays a few percent too fast. I have tried the following methods of initializing the encoder: vorbisInfo.initVariableBitRate( 2, 22050, 0.2 ); and this: vorbisInfo.init( 2, 22050, 50000, 50000, 50000 ); It always seems that the first few seconds play perfectly, and then the audio speeds up. Any ideas what could be going wrong? Thanks, Kendal --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.