Closed linrio closed 6 years ago
If you want to run speech. Maybe you would run python fathom/speech/preproc.py. it may throw error just like no backend error in librosa.load() method.
python fathom/speech/preproc.py
no backend error
librosa.load()
You should install the FFmpeg tools to fix this bug.
install FFmpeg: How to Install FFmpeg on Ubuntu 18.04 & 16.04
Thanks for pointing out that this was omitted from the documentation.
If you want to run speech. Maybe you would run
python fathom/speech/preproc.py
. it may throw error just likeno backend error
inlibrosa.load()
method.You should install the FFmpeg tools to fix this bug.
install FFmpeg: How to Install FFmpeg on Ubuntu 18.04 & 16.04