meinardmueller / synctoolbox

Sync Toolbox - Python package with reference implementations for efficient, robust, and accurate music synchronization based on dynamic time warping (DTW)
https://meinardmueller.github.io/synctoolbox
Other
108 stars 11 forks source link

Issues with soundfile when installing Sync Toolbox #3

Closed ahnonay closed 3 years ago

ahnonay commented 3 years ago

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 of librosa.

We hope to have addressed this issue in the latest commits on the master branch in two ways:

Dear @lutzhamel, thanks for making us aware of this problem. Please let us know if the latest changes have solved this for you.

lutzhamel commented 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.

ahnonay commented 3 years ago

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