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
Hello @qcoumes I was just bit by this issue myself. It seems to me the same version of flite sometimes outputs PCM Wave at 8kHz (on e.g. Debian), and sometimes at 16kHz (on e.g. Arch). Do you happen to remember which how you had tested?
When trying to use audio Captcha, I get the following error from
sox
:/usr/bin/sox FAIL sox: Input files must have the same sample-rate
.It seems to be coming from the second call to
sox
(line 180) :django-simple-captcha/captcha/views.py
Lines 165 to 195 in 137fe97
Since
sox
fails, line 195 raises aFileNotFoundError:
onmergedpath
.Any way to solve this ?
I'm using
django 3.1.6
withPython 3.9.1
.settings.py
:The text was updated successfully, but these errors were encountered: