mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-25 23:16:14 +02:00
ogg_quality
git-svn-id: svn://elaine/murooma/trunk@294 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
973ae3f235
commit
dd263b9c8a
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ void OggEncoder::init()
|
||||||
|
|
||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
|
|
||||||
ret=vorbis_encode_init_vbr(&vi, sampleFormat.channels, sampleFormat.rate, 1.0);
|
ret=vorbis_encode_init_vbr(&vi, sampleFormat.channels, sampleFormat.rate, 0.9);
|
||||||
|
|
||||||
/* do not continue if setup failed; this can happen if we ask for a
|
/* 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,
|
mode that libVorbis does not support (eg, too low a bitrate, etc,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue