audio_geek
Mar 27 2006, 02:08
Hi,
I am new to using/working on Vorbis command line code.
Can you please tell me how can I use the vorbis source code to compress and decompress the audio files at 48, 96, 192KHz.
I have downloaded libvorbis-1.1.2
HotshotGG
Apr 14 2006, 17:57
http://www.xiph.org/vorbis/doc/vorbisfile/example.htmlHere is a decoding example for reference.
http://www.xiph.org/vorbis/doc/vorbisenc/examples.htmlHere is an encoding example for reference.
The library is designed to be pretty straightforward depending upon what you want to do. Calculating the sample rate would just require some trivial multiplication.