py_vad_tool icon indicating copy to clipboard operation
py_vad_tool copied to clipboard

python script for voice activity detection.

Results 1 py_vad_tool issues
Sort by recently updated
recently updated
newest added

``` home@home-lnx:~/py_vad_tool$ ./unsupervised_vad.py Traceback (most recent call last): File "./unsupervised_vad.py", line 106, in fs,s = read_wav(test_file) File "/home/home/py_vad_tool/audio_tools.py", line 21, in read_wav fs, s = wavfile.read(filename) # scipy reads int...