Closed ahnonay closed 3 years ago
Installing libsndfile1
on Ubuntu 20.04 did the trick. I was able to run the sync_audio_audio_simple.ipynb
and the sync_audio_score_full.ipynb
locally on the linux system.
Happy to hear that! I'll close this issue for now. Please reopen, if you think this is not yet resolved. Regarding the remaining problems related to rubberband, please see my response in openjournals/joss-reviews#3434
This issue arised for @lutzhamel during the JOSS review process, see also: https://github.com/openjournals/joss-reviews/issues/3434
In some cases when installing synctoolbox via pip, one gets errors related to
soundfile
which is a dependency oflibrosa
.We hope to have addressed this issue in the latest commits on the master branch in two ways:
sudo apt install libsndfile1
Dear @lutzhamel, thanks for making us aware of this problem. Please let us know if the latest changes have solved this for you.