search for: 8a21b663

Displaying 1 result from an estimated 1 matches for "8a21b663".

2004 Aug 06
1
SPEEX_GET_QUALITY error
I am embedding speex in boost python when i execute int TSpeexEncoder::getQuality() { int Quality; speex_encoder_ctl(enc_state,SPEEX_GET_QUALITY,&Quality); return Quality; } i get the error warning: Unknown nb_ctl request: 5 looking in the header SPEEX_GET_QUALITY is equal to 5 I am able to read all the other settings. the codec appears to be set with VBR=0 I am