xiph / speexdsp

Speex audio processing library - THIS IS A MIRROR, DEVELOPMENT HAPPENS AT https://gitlab.xiph.org/xiph/speexdsp
https://speex.org
Other
469 stars 190 forks source link

floating point divide by 0 #11

Open AsimkhanAkan opened 7 years ago

AsimkhanAkan commented 7 years ago

I found an issue while passing 160 samples of 0 to function speex_preprocess_run. The first call to this function will raise "floating point divide by 0" exception. This exception does not raise if I pass correct voice data.

I have built the code with Visual Studio 2013 on Windows 7.

Thanks, Akan

tmatth commented 4 years ago

Can you provide your sample code?