mwv / vad

Voice Activity Detector
Other
72 stars 13 forks source link

IndexError: tuple index out of range #9

Closed onsunsl closed 6 years ago

onsunsl commented 7 years ago

File "C:\Anaconda3\lib\site-packages\vad-0.1.0-py3.5.egg\vad_vad.py", line 114, in stft cols = int(np.ceil((s.shape[0] - self.wlen) / self.fshift + 1)) IndexError: tuple index out of range

mwv commented 6 years ago

Can you provide code to reproduce this error?