Skip to content

StellarTerror/NeuralVocoders

Repository files navigation

Unofficial Vocoder Implementations

Implemented Vocoder List

  • HiFi-GAN
  • iSTFTNet
  • MISRNet
  • and your original vocoder

Exporting

Export Method HiFi-GAN iSTFTNet MISRNet
onnx
pytorch.export
state_dict

How to Train

$ python train.py --config "config/HiFi-GAN V1.json"

How to Test

$ python recon.py --config "config/HiFi-GAN V1.json" --model "pretrained/HiFi-GAN V1.pt"

Pretrained Model

You can download by below link

Download

Acknowledgements

I referred to hifi-gan, iSTFTNet, and MISRNet to implement this.