vincentlou-git / aumix

Audio Unmixing and Music Score Transcription. Developed as my undergraduate final year project.
https://doramemo-x.github.io/aumix
0 stars 0 forks source link

Take .wav input #19

Closed vincentlou-git closed 3 years ago

vincentlou-git commented 3 years ago

Use librosa.load() with ffmpeg. Need to install ffmpeg on the platform first.

For anaconda, use conda install -c conda-forge ffmpeg. For other platforms, see https://pypi.org/project/librosa/