CorentinJ / Real-Time-Voice-Cloning

Clone a voice in 5 seconds to generate arbitrary speech in real-time
Other
52.21k stars 8.73k forks source link

Compatibility update with newer librosa version in collab #645

Closed Gero39 closed 3 years ago

Gero39 commented 3 years ago

Hi, recently the program stopped working in collab due to librosa 0.8.0 update, giving error "module 'librosa' has no attribute 'output'", please solve this problem

ghost commented 3 years ago

The code changes needed for librosa 0.8.0 are in #572. However, the collab notebook is not officially maintained or supported, so you will need to make the updates yourself. Please submit a pull request if you get it working.

Gero39 commented 3 years ago

image I copied all the code from there and this error came up:

The code changes needed for librosa 0.8.0 are in #572. However, the collab notebook is not officially maintained or supported, so you will need to make the updates yourself. Please submit a pull request if you get it working.

ghost commented 3 years ago

Someone else is going to need to help with the collab notebook if you're going that route.

It's not easy, but you will probably have a better experience running this code from a normal Python environment. It doesn't require a GPU so most hardware is supported. Here are setup instructions for Windows, macOS, and Linux.

ghost commented 3 years ago

Closing this issue. Colab notebook is no longer part of this repo. See #656 and #657