Can't import soundfile python
You need to install the needed library:
On Linux, you need to install libsndfile using your distribution’s package manager, for example
sudo apt-get install libsndfile1
.
From PyPI
handras answer (from 2019) is not working now (in 2020) so install libsndfile1 via ( as A.B.)
sudo apt-get install libsndfile1-dev