Open lemonLCT opened 7 months ago
This error is raised by the g2p_en
python module, which is used to transform the English text into phonemes. I think this is because some resources (nltk, 'corpora/cmudict.zip') required by g2p_en
have not beed properly downloaded probably due to the network errors, If you are in the mainland of China. I recommend you search the issue on Google to find some solutions. Note that this error is not caused by FunCodec itself.
Issue Decription : I followed the instructions in the
README.md
step by step, until I encountered the following problem when I executed the command in the order described under “Use LauraTTS to synthesize speech”:bash demo.sh --stage 1 --model_name ${model_name} --output_dir results --text "nothing was to be done but to put about, and return in disappointment towards the north."
I encountered the following:
question : I have already downloaded the relevant two models, but encountered an error during the process of executing speech synthesis. I am eager to experience your project and would greatly appreciate your guidance or suggestions for resolving this issue.