Closed GoogleCodeExporter closed 8 years ago
This issue was closed by revision r557.
Original comment by rafael2k...@gmail.com
on 11 Dec 2013 at 1:08
Patch appied in 557.
Original comment by rafael2k...@gmail.com
on 11 Dec 2013 at 1:09
This is not the whole truth. Allowed bitrates are dependent on audio sample
rate. Vorbis stream can actually be 32 kbps if audio sample rate is less than
44100.
minimum allowed bitrate = 45 * sample-rate / 44100
Original comment by kulon...@gmail.com
on 20 Jan 2014 at 3:55
kulon is correct.
Vorbis works at 32kbps when encoding a 22050 kHz mono source.
The following code is broken for a sample rate of 22050.
#define VORBIS_MIN_BITRATE 45
...
if ( getOutBitrate() < VORBIS_MIN_BITRATE )
Original comment by rosswi...@gmail.com
on 25 Mar 2014 at 5:19
Original issue reported on code.google.com by
mhazinsk@vt.edu
on 14 Oct 2013 at 6:07Attachments: