About 69,100 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. Custom Python gTTS voice - Stack Overflow

    Jun 2, 2016 · gTTS I have just got going has a very good female voice, but the engine fails to read well on long sentences or unexpected words. Still, it's the best I found for free so far, and …

  3. 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 …

  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. 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 …

  6. 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.

  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. 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 …

  9. Adding a pause in Google-text-to-speech - Stack Overflow

    Jan 20, 2020 · from pydub import AudioSegment from gtts import gTTS contents = "Hello with $$ 2 seconds pause" contents.split("$") # I have chosen this symbol for the pause. pause2s = …

  10. 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

Refresh