turpaultn / DCASE2019_task4

Baseline of dcase 2019 task 4
59 stars 27 forks source link

UserWarning: PySoundFile failed. Trying audioread instead. #13

Closed udaylunawat closed 4 years ago

udaylunawat commented 4 years ago

Downloading real recording raises these warnings & it doesn't even downloads all the files

/home/udaylunawat/anaconda3/envs/dcase2019/lib/python3.6/site-packages/librosa/core/audio.py:161: UserWarning: PySoundFile failed. Trying audioread instead.

udaylunawat commented 4 years ago

image The real dataset downloads no more than 2GB of data files

turpaultn commented 4 years ago

I suspect a problem with the installation of soundfile in the environment. If you use anaconda, could you try to reinstall soundfile with conda (-c conda-forge) and make sure you do not have any other versions (with pip) ?

turpaultn commented 4 years ago

Any update ?

udaylunawat commented 4 years ago

Got the dataset!!