Hello,<div><br></div><div>I&#39;m using Speex Preprocessor to supress noise, eliminate echo etc. </div><div>But I have another preprocessor state that I want to use ONLY to determine voice activity.</div><div><br></div><div>
int res = speex_preprocess_run(m_VADOnly, (spx_int16_t *) pStreamSampleBuffer);</div><div><br></div><div>pStreamSampleBuffer is modified after call to speex_preprocess_run. </div><div>I have manually turned off noise suppression and AGC but anyway - VAD modifies my data.</div>
<div><br></div><div>Is there a solution? All I want is to know whether voice present or not.. I do not need any voice modifications itself.</div><div><br></div><div>Thanks a lot!</div><div><br></div><div>Regards,</div><div>
Anton</div>