tsurumeso / vocal-remover

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

Is it possible to replace librosa with torchaudio / nnAudio? #89

Open aufr33 opened 2 years ago

aufr33 commented 2 years ago

I noticed that librosa still doesn't support GPU acceleration. Are there any plans to replace it with anything from this list? https://github.com/KinWaiCheuk/nnAudio

Thanks.