Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.01 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.01 KB

HifiGAN (parallel_wavegan implemented version)

We release the trained checkpoints on LJspeech and LibriTTS here. The detailed information is:

Dataset Sampling Rate Hop Size Window Length Normed
LJSpeech 16k 256 1024 True
LibriTTS 16k 200 800 True

The trained checkpoint on both datasets are provided online. You can unzip them to sub-folders in exp/:

Vocoding can be done by

cd ../; source path.sh; cd -;  # if path.sh not activated
bash generation.sh --dataset "ljspeech or libritts" --eval_dir /path/that/contains/feats.scp

The program will read feats.scp in $eval_dir and synthesize audio to save in that dir.