diff --git a/server/oggEncoder.cpp b/server/oggEncoder.cpp index 95c5f385..c478811b 100644 --- a/server/oggEncoder.cpp +++ b/server/oggEncoder.cpp @@ -126,7 +126,7 @@ void OggEncoder::init() *********************************************************************/ - ret=vorbis_encode_init_vbr(&vi, sampleFormat.channels, sampleFormat.rate, 0.7); + ret=vorbis_encode_init_vbr(&vi, sampleFormat.channels, sampleFormat.rate, 1.0); /* do not continue if setup failed; this can happen if we ask for a mode that libVorbis does not support (eg, too low a bitrate, etc,