tsurumeso / vocal-remover

Vocal Remover using Deep Neural Networks
MIT License
1.47k stars 215 forks source link

Api issue with latest version of librosa #99

Closed CheRuisiBesares closed 2 years ago

CheRuisiBesares commented 2 years ago

Not sure if my local setup is to blame for this but I needed to downgrade librosa to use a pre 0.9 version to avoid the following error

loading model... done
loading wave source... Traceback (most recent call last):
  File "/home/cruisibesares/Downloads/vocal-remover/inference.py", line 172, in <module>
    main()
  File "/home/cruisibesares/Downloads/vocal-remover/inference.py", line 133, in main
    X, sr = librosa.load(
TypeError: load() takes 1 positional argument but 3 positional arguments (and 2 keyword-only arguments) were given

Changing the requirements.txt got me working. Cool Project thanks for putting this out there.

tsurumeso commented 2 years ago

LGTM!