vad icon indicating copy to clipboard operation
vad copied to clipboard

"math domain error"

Open doublex opened this issue 5 years ago • 1 comments

Testcase: err.wav.gz

Command line:

python3 detect_voice.py -s /tmp/err.wav -d /dev/stdout -c config/config_for_adapt_vad.json

stderr:

Traceback (most recent call last):
  File "detect_voice.py", line 33, in <module>
    bounds_of_speech = list(detect_spoken_frames(sound, fs, method_params))
  File "/tmp/vad/vad.py", line 201, in detect_spoken_frames
    energy_th = params['Energy_PrimThresh'] * math.log(min_energy)
ValueError: math domain error

doublex avatar Oct 02 '20 11:10 doublex

Hello! I am also facing the same issue.

acidcoma avatar May 14 '21 13:05 acidcoma