janclemenslab / das

Deep Audio Segmenter
http://janclemenslab.org/das/
Apache License 2.0
28 stars 10 forks source link

Error opening wav file #12

Closed emorysaba closed 3 years ago

emorysaba commented 3 years ago

Hello again! Unfortunately I've run into another issue - when I try to open some wav files, I get the following error. Any help debugging what could be going wrong here (including there being potential issues with my wav file) would be much appreciated!

Screen Shot 2021-09-04 at 3 33 49 PM
postpop commented 3 years ago

Hi, this looks as if the wav file is too short (only 6000 samples). Is that possible? Best to try and load the wav file with scipy.io.wavfile.read to check that everything is okay with the file.

emorysaba commented 3 years ago

Yep, I determined that that was the issue - thank you!!