You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: