kan-bayashi / ParallelWaveGAN

Unofficial Parallel WaveGAN (+ MelGAN & Multi-band MelGAN & HiFi-GAN & StyleMelGAN) with Pytorch
https://kan-bayashi.github.io/ParallelWaveGAN/
MIT License
1.54k stars 339 forks source link

Add LibriTTS-R recipe #414

Closed ShigekiKarita closed 10 months ago

ShigekiKarita commented 1 year ago

Similar to https://github.com/espnet/espnet/tree/master/egs2/libritts_r/tts1

Here are example waveforms (uttid: dev-clean/2277_149897_000031_000002) generated by HiFiGAN trained for 2.5M steps using LibriTTS(-R) datasets:

using groundtruth filterbank

using TTS filterbank

ShigekiKarita commented 11 months ago

Hi, Sorry for being late. I fixed shellcheck errors in my local env.

ShigekiKarita commented 11 months ago

Sorry for bothering you again but I double-checked this time, this command says nothing with the latest stable shellcheck: find egs/libritts_r -name "*.sh" | grep -v path.sh | while read line; do shellcheck -x --shell=bash -P $(dirname $line) ${line}; done

kan-bayashi commented 10 months ago

Sorry for too late merging. Thanks, Shigeki.