search for: signfcvt

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

2006 Mar 03
0
Fw: Voice Activation Level (speex 1.1.11.1)
I done it speex_preprocess_ctl(sppPreprocess, SPEEX_PREPROCESS_GET_PROB_START, &g.s.VADstart); speex_preprocess_ctl(sppPreprocess, SPEEX_PREPROCESS_GET_PROB_CONTINUE, &g.s.VADcontin); /*char *lisDebugCh = (char*) malloc(20); int decimalFcvt, signFcvt; static int firstDebug = 1; lisDebugCh = gcvt(g.s.VADstart, 20, lisDebugCh); if(firstDebug == 1) { ::MessageBoxA(NULL, lisDebugCh, "Mumble", MB_OK | MB_ICONERROR); firstDebug = 0; }*/ g.s.VADstart = 0.90f; f.s.VADcontin = 0.90f; speex_preprocess_ctl(sppPreprocess,...