PaddlePaddle / PaddleSpeech

Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming TTS with text frontend, Speaker Verification System, End-to-End Speech Translation and Keyword Spotting. Won NAACL2022 Best Demo Award.
https://paddlespeech.readthedocs.io
Apache License 2.0
11k stars 1.83k forks source link

KeyError: 'phone_ids' #2366

Closed Wemmons831 closed 2 years ago

Wemmons831 commented 2 years ago

Hello I got a Key Error (KeyError: 'phone_ids') while running paddlespeech tts --input "hello world" --output output.wav

Windows 11 fresh conda environment with python 3.7 followed the instuctions as listed here for easy https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install.md 0 install errors

yt605155624 commented 2 years ago

the default model of paddlespeech tts is Chinese model, so please input Chinese, for more details please check https://github.com/PaddlePaddle/PaddleSpeech/tree/develop/demos/text_to_speech