search for: preprocessorstate

Displaying 1 result from an estimated 1 matches for "preprocessorstate".

Did you mean: ppreprocessorstate
2007 Oct 04
3
Audio Speed Variability
...P Library I'm using for transfer is JRTPLib 3.7.1, and I'm using the associated JThread 1.2.1 for . I'm currently using Speex 1.1.12, in wideband mode with the speex jitter buffer, Quality is set to 8, and perceptual enhancement on. The preprocessor state is being set as follows: preprocessorState = speex_preprocess_state_init(320, 16000); //640, 32000 int denoise = 0; int agc = 0; int vad = 0; int dreverb = 0; float agcLevel = 8000; float dereverb_decay = .5f; float dereverb_level = .2f; speex_preprocess_ctl(preprocessorState, SPEEX_PREPROCESS_SET_DENOISE,...