Makes OPUS_SET_VOICE_RATIO private

Let's put it back in if/when we have a clearer view of voice/music detection
This commit is contained in:
Jean-Marc Valin 2011-10-27 13:43:43 -04:00
parent 6ef378725f
commit e6a0be8ee6
3 changed files with 22 additions and 18 deletions

View file

@ -871,10 +871,11 @@ opus_int32 test_enc_api(void)
" OPUS_SET_VBR ................................ OK.\n",
" OPUS_GET_VBR ................................ OK.\n")
CHECK_SETGET(OPUS_SET_VOICE_RATIO(i),OPUS_GET_VOICE_RATIO(&i),-2,101,
/*CHECK_SETGET(OPUS_SET_VOICE_RATIO(i),OPUS_GET_VOICE_RATIO(&i),-2,101,
0,50,
" OPUS_SET_VOICE_RATIO ........................ OK.\n",
" OPUS_GET_VOICE_RATIO ........................ OK.\n")
*/
CHECK_SETGET(OPUS_SET_VBR_CONSTRAINT(i),OPUS_GET_VBR_CONSTRAINT(&i),-1,2,
1,0,