CorentinJ / Real-Time-Voice-Cloning

Clone a voice in 5 seconds to generate arbitrary speech in real-time
Other
52.32k stars 8.75k forks source link

Support for Arabic language. #1189

Open ghost opened 1 year ago

ghost commented 1 year ago

Hello, I'm working on an Arabic model for this project. I'm planning on adding Arabic characters support as well as having the software synthesize audio that speaks Arabic. So far I'm trying to do the following :

  1. Downloading the corpus Arabic dataset linked here : http://en.arabicspeechcorpus.com/arabic-speech-corpus.zip

  2. Modifying synthesizer/utils/symbols.py to include Arabic characters and numbers and I must have successfully done that.

  3. Running encoder_train, vocoder_train and synthesizer_train with the corpus dataset to generate pt files for each which will server as the new pretrained model for Arabic language

  4. The final step which consists of running the toolbox to check if the software functions well.

Is there anything else that needs to be done???