Skip to content

Latest commit

 

History

History

text-to-speech

  • pip3 install -r requirements.txt
  • To convert text to speech online using Google API, use tts_google.py
  • To use offline engines in your platform, consider using tts_pyttsx3.py
  • To use the OpenAI API, use tts_openai.py
  • To use transformers, use tts_transformers.py