Displaying 2 results from an estimated 2 matches for "agclevel".
Did you mean:
agc_level
2007 Oct 04
3
Audio Speed Variability
...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, &denoise);
speex_preprocess_ctl(preprocessorState, SPEEX_PREPROCESS_SET_AGC, &agc);
speex_preprocess_ctl(preprocessorState, SPEEX_PREPRO...
2004 Dec 29
1
Strange speex behaviour
...x statically to my application.
I've written an experimental software which just packs 20 ms frames and
sends them to a peer.
Speex setup:
Wide band, Quality=3, Complexity=3, SampleRate=16000, BitRate=38400,
AvgBitRate=38400, ENH=false, VAD=true, DTX=false, DENOISE=true,
VBR=false, AGC=true, AGCLevel=16000.
Using a peer to peer setup the sound from my peer get corrupted in a
very strange way, he sound (my debug friend) sounds like a hiss, it's
just like if you would cut out everything that makes sound to speak and
keep the rest.
This doesn't happen with my sound sent to him.
Looking a...