bshall / knn-vc

Voice Conversion With Just Nearest Neighbors
https://bshall.github.io/knn-vc/
Other
431 stars 64 forks source link

bigvgan as vocoder #3

Closed eschmidbauer closed 1 year ago

eschmidbauer commented 1 year ago

Is it possible to use bigvgan instead of hifigan for the vocoder?

RF5 commented 1 year ago

Yes, you can. We used HiFiGAN, so you'd need to train up a new BigVGAN and modify the code a bit to work for BigVGAN. But theoretically it should work.