Top "Text-to-speech" questions

Text-to-speech or speech synthesis is the artificial production of human speech.

pyttsx and gTTS module errors

windows 10-64bit I'm trying to use some text-to-speech tool to read text from lines of .txt document, something like …

python-3.x text-to-speech google-text-to-speech espeak pyttsx
Windows 8 speech to text and text to speech API

I guess the question pretty much says it all? And I would prefer not to access cloud services such as …

windows windows-8 text-to-speech voice-recognition speech-to-text
Why does JSON.stringify return empty object notation "{}" for an object that seems to have properties?

The following example shows that JSON.stringify() returns the string "{}" for SpeechSynthesisVoice objects: var voiceObject = window.speechSynthesis.getVoices()[0]; JSON.stringify(…

javascript json text-to-speech stringify
Swift text to speech

I have a block of code that is not working, but not giving me a runtime error either. There is …

swift text-to-speech
Playing remote audio (from Google Translate) in HTML5 on a server

I'm trying to use text-to-speech on a website using HTML5 and Google Translate. Getting speech from Google is as easy …

javascript html text-to-speech google-translate
Troubleshooting "System property mbrola.base is undefined. Will not use MBROLA voices" when converting text to speech with JSAPI

I'm getting the following error: System property "mbrola.base" is undefined. Will not use MBROLA voices. import javax.speech.*; import …

text-to-speech jsapi
how to lengthen the pause between the words with text-to-speech (pyTTS or SAPI5)

Is it possible to extend the gap between spoken words when using text to speech with SAPI5 ? The problem is …

python accessibility text-to-speech sapi
TTS-UtteranceProgressListener not being called

I don't want to put all my code here, so I'm just putting the relevant pieces. If you need more, …

android text-to-speech
Delphi SAPI Text-To-Speech

First of all: this is not a duplicate of Delphi and SAPI. I have a specific problem with the "SAPI …

delphi text-to-speech sapi createoleobject
How to create custom text-to-speech engine

As I know, TTS needs TTS engine to speak one language. In Android emulator 2.2, Pico TTS engine is default. It …

android text-to-speech