mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-01 18:31:45 +02:00
123
git-svn-id: svn://elaine/murooma/trunk@232 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
f43e1ec18c
commit
83aa516ee0
4 changed files with 37 additions and 127 deletions
|
@ -131,7 +131,7 @@ void OggEncoder::init()
|
|||
|
||||
*********************************************************************/
|
||||
|
||||
ret=vorbis_encode_init_vbr(&vi, sampleFormat.channels, sampleFormat.rate, 0.9);
|
||||
ret=vorbis_encode_init_vbr(&vi, sampleFormat.channels, sampleFormat.rate, 0.7);
|
||||
|
||||
/* 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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue