mirror of
https://github.com/xiph/opus.git
synced 2025-05-29 22:57:41 +00:00
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:
parent
6ef378725f
commit
e6a0be8ee6
3 changed files with 22 additions and 18 deletions
tests
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue