You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PaddleSpeech/examples/zh_en_tts/tts3
lym0302 e1f8695456
add mix tts, test=tts
2 years ago
..
local add mix tts, test=tts 2 years ago
README.md add mix tts, test=tts 2 years ago
path.sh add mix tts, test=tts 2 years ago
test.sh add mix tts, test=tts 2 years ago

README.md

Test

We train a Chinese-English mixed fastspeech2 model. The training code is still being sorted out, let's show how to use it first. The sample rate of the synthesized audio is 22050 Hz.

Download pretrained models

Put pretrained models in a directory named models.

mkdir models
cd models
wget https://paddlespeech.bj.bcebos.com/t2s/chinse_english_mixed/models/fastspeech2_csmscljspeech_add-zhen.zip
unzip fastspeech2_csmscljspeech_add-zhen.zip
wget https://paddlespeech.bj.bcebos.com/Parakeet/released_models/hifigan/hifigan_ljspeech_ckpt_0.2.0.zip
unzip hifigan_ljspeech_ckpt_0.2.0.zip
cd ../

test

You can choose --spk_id {0, 1} in local/synthesize_e2e.sh.

bash test.sh