Displaying 1 result from an estimated 1 matches for "0gue".
2004 Aug 06
4
vorbis bitrates - offtopic
Hi,
I'm experimenting with IceCast2, using DarkIce to generate the stream. I
have found some peculiarities with the vorbis bitrates.
In DarkIce, I call vorbis_encode_init() with about the following values:
vorbis_encode_init( &vorbisInfo, 2, 44100, 96, 96, 96);
which by all reasons should generate a 96 kb/s stream, as all
max_bitrate, nominal_bitrate and min_bitrate are set to 96.