diff --git a/README.md b/README.md index 4e9ec771e..5c064c18c 100644 --- a/README.md +++ b/README.md @@ -102,19 +102,79 @@ PaddleSpeech ASR supports a lot of mainstream models. For more information, plea The current hyperlinks redirect to [Previous Parakeet](https://github.com/PaddlePaddle/Parakeet/tree/develop/examples). --> -PaddleSpeech TTS mainly contains three modules: *Text Frontend*, *Acoustic Model* and *Vocoder*. Models for each are listed as follow: - -| TTS Module Type | Dataset | Model Type | Link | -| --------------------- | --------- | --------------------- | --------------------------------------------------------------------------------------------------------------------- | -| Vocoder | LJSpeech | Parallel WaveGAN | [pwGAN-ljspeech](https://github.com/PaddlePaddle/Parakeet/tree/develop/examples/GANVocoder/parallelwave_gan/ljspeech) | -| Vocoder | CSMSC | Parallel WaveGAN | [pwGAN-csmsc](https://github.com/PaddlePaddle/Parakeet/tree/develop/examples/GANVocoder/parallelwave_gan/baker) | -| Vocoder | LJSpeech | WaveFlow | [waveflow-ljspeech](https://github.com/PaddlePaddle/Parakeet/tree/develop/examples/waveflow) | -| Acoustic Model | LJSpeech | FastSpeech2/FastPitch | [fastspeech2-ljspeech](https://github.com/PaddlePaddle/Parakeet/blob/develop/examples/fastspeech2/ljspeech) | -| Acoustic Model | LJSpeech | TransformerTTS | [transformer-ljspeech](https://github.com/PaddlePaddle/Parakeet/tree/develop/examples/transformer_tts/ljspeech) | -| Acoustic Model | AISHELL-3 | FastSpeech2/FastPitch | [fastspeech2-aishell3](https://github.com/PaddlePaddle/Parakeet/tree/develop/examples/fastspeech2/aishell3) | -| Acoustic Model | CSMSC | FastSpeech2/FastPitch | [fastspeech2-csmsc](https://github.com/PaddlePaddle/Parakeet/tree/develop/examples/fastspeech2/baker) | -| Acoustic Model | CSMSC | Speedyspeech | [speedyspeech-csmsc](https://github.com/PaddlePaddle/Parakeet/tree/develop/examples/speedyspeech/baker) | -| Chinese Text Frontend | BZNSYP | g2p | [chinese-fronted](https://github.com/PaddlePaddle/Parakeet/tree/develop/examples/text_frontend) | +PaddleSpeech TTS mainly contains three modules: *Text Frontend*, *Acoustic Model* and *Vocoder*. Acoustic Model and Vocoder models are listed as follow: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TTS Module TypeModel TypeDatasetLink
Acoustic ModelTacotron2LJSpeech + tacotron2-vctk +
TransformerTTS + transformer-ljspeech +
SpeedySpeechCSMSC + speedyspeech-csmsc +
FastSpeech2AISHELL-3 + fastspeech2-aishell3 +
VCTK fastspeech2-vctk
CSMSC + fastspeech2-csmsc +
VocoderWaveFlowLJSpeech + waveflow-ljspeech +
Parallel WaveGANLJSpeech + pwGAN-ljspeech +
CSMSC + pwGAN-csmsc +
## Tutorials