-
Notifications
You must be signed in to change notification settings - Fork 1.3k
TTS Notebooks and Tutorials
Eren Gölge edited this page Jul 14, 2020
·
22 revisions
- Training MozillaTTS with LJSpeech[2]
- WaveRNN + TTS (by @tugstugi).
- PWGAN + TTS synthesis: Real-time voice synthesis using ParallelWaveGAN as a vocoder. [1]
- MelGAN + TTS synthesis: Real-time voice synthesis using MelGAN (Generator) as a vocoder. [1]
- MultiBandMelGAN + Tacotorn2(DDC): On CPU real-time speech synthesis with PyTorch
- MultiBandMelGAN + Tacotorn2(DDC) TF: On CPU real-time speech synthesis with Tensorflow 2
- Convering Models from PyTorch to TF and TFLite
[1] https://github.com/erogol/ParallelWaveGAN
[2] https://keithito.com/LJ-Speech-Dataset/
Please let us know if you like to share something here.
- Installing TTS to Raspi (by @nmstoker)