janclemenslab / das

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

Spectrogram does not show in DAS #15

Closed sergewich closed 2 years ago

sergewich commented 2 years ago

I am working through the tutorial of DAS and loaded the Dmel audio file but it only shows the waveform in the display and not the spectrogram. I have checked the box for the view spectrogram. I also tried another wav file and the same issue. I hope you can look into this.

postpop commented 2 years ago

Hi, the error should be fixed now. Can you test this with a fresh DAS install? Thanks! conda create python=3.8 das -c conda-forge -c ncb -n das

sergewich commented 2 years ago

Hi, wonderful. It works perfectly now. Many thanks for the quick fix.