unilight / s3prl-vc

S3PRL-VC: A Voice Conversion Toolkit based on S3PRL
https://unilight.github.io/Publication-Demos/publications/s3prl-vc/index.html
MIT License
89 stars 12 forks source link

Guidance Needed for Training a Custom Vocoder Model #6

Open PAAYAS opened 4 weeks ago

PAAYAS commented 4 weeks ago

Hello @unilight, I have been using the hifigan_vctk+vcc2020 vocoder model but am not satisfied with the quality. I would like to train my own vocoder model and need guidance on how to do so. Could you please provide guidance on how to train a custom vocoder model? Any steps, resources, or tips would be greatly appreciated.

Thank you!

unilight commented 4 weeks ago

@PAAYAS I used the ParallelWaveGAN repo to train the vocoders. To train a new vocoder for your own dataset, you can refer to the instructions here: https://github.com/kan-bayashi/ParallelWaveGAN/tree/master/egs#how-to-make-the-recipe-for-your-own-dateset. It should be quite simple.