About 67,400 results
Open links in new tab
  1. Realistic text to speech with Python that doesn't require internet?

    Jan 25, 2018 · gTTS which works perfectly in python3 but it needs internet connection to work since it relies on google to get the audio data.But Pyttsx is completely offline and works …

  2. gtts - How to use text languages in Python - Stack Overflow

    Oct 18, 2022 · I'm trying to create a text-to-speech Python program. I already have it working in English, though, I need other languages too. How can I use the same methods for other …

  3. text to speech - Python GTTS Error - Stack Overflow

    There is an official fix now. It had to do with an upstream dependency of gtts, gtts-token.It has been fixed in gtts-token==1.1.2

  4. python - gTTS direct output - Stack Overflow

    Jul 4, 2018 · I want to make a chatbot's response in audio and text. All the example code using gTTS seem like one needs to 'save the text into a file then play the file'. Is there another way …

  5. Python gTTS, is there a way to change the speed of the speech

    Jan 14, 2019 · This isn't actually possible. According to the offical gTTS docs, the only arguments relating to speed gTTS accepts is slow, a boolean specifying whether or not to slow down the …

  6. python - gtts.tts.gTTSError: 429 (Too Many Requests) from TTS API ...

    Jan 31, 2021 · I've installed GTTS using pip with python and the first copule of iterations seemes fine. However now I keep getting this error: gtts.tts.gTTSError: 429 (Too Many Requests) from …

  7. gTTS error: saving as wav but saved as MPEG - Stack Overflow

    Jun 7, 2018 · from gtts import gTTS # The text that you want to convert to audio mytext = "This is my text in the saving folder" # Language in which you want to convert language = 'en' # …

  8. Text To Speech (Multi Lang) Using gTTS API In Python

    Dec 5, 2022 · I am actually trying to make a text to speech code where the text which is written in any language will be spoken out loud.

  9. gtts - Python Convert text to mp3 - Stack Overflow

    Apr 17, 2020 · Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question.Provide details and share your research!

  10. Installation error : pip install gTTS (Google-Text-To-Speech) error

    Nov 21, 2018 · exit() out of python, then execute the command pip install gTTS from the bash command prompt $ where you previously entered python – chickity china chinese chicken …