Displaying 1 result from an estimated 1 matches for "g_pspxpreprocessst".
2010 Feb 22
0
Speex echo cancellation and denoise issues
...e audio keeps on playing without any problem?
                        
3.	For AGC: 
//To initialize speex preprocess state and set the AGC option
int nEnable = 1;
                        SpxPreprocessState =
speex_preprocess_state_init(160, 8000); //20ms audio at 8000 bps
speex_preprocess_ctl(g_pSpxPreprocessState, SPEEX_PREPROCESS_SET_AGC,
&nEnable);
 
On enabling AGC I get the below warning.
 
Warning: Unknown speex_preprocess_ctl request: 2
 
Is AGC not supported?
 
Thanks & Regards
Gurinder
_____________________________________________________________________ 
This e-mail message m...