Top "Text-to-speech" questions

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

open source text to speech library

Does any one know of a good text to speech library. It needs to be open source and provide C …

c open-source text-to-speech
High-quality open-source text-to-speech (TTS) engines written in C++

I'm looking for open-source text-to-speech (TTS) engines written in C++. Ideally with high-quality voices (see quality definition below), but also …

c++ text-to-speech
iOS Text To Speech Api

I can't seem to find anything on this. Are there any Siri classes or API's in iOS7 that let you …

ios text-to-speech siri
Text to speech web API

I want a text-speech API that works over the web. Google Translate unofficial API doesn't fit because I need to …

api text-to-speech
How to know when TTS is finished?

I'm implementing an Interactive Voice Response application on Android. I would like to know how to determine when the tts.…

android text-to-speech
Get available locales for text to speech (TTS)

I'm working on a text-to-speech implementation of a flashcard program. Text in different languages should be read out. In order …

android locale text-to-speech
How to change the voice in pyttsx3?

This code is working but I'm only able to switch between the voices which came preInstalled in Microsoft Windows. These …

python python-3.x text-to-speech speech-synthesis pyttsx
How to pause android.speech.tts.TextToSpeech?

I'm playing text with android TTS - android.speech.tts.TextToSpeech I use: TextToSpeech.speak to speak and .stop to …

android text-to-speech
Realistic text to speech with Python that doesn't require internet?

I'm trying to create an artificially intelligent program (nothing really big or special) and I wanted it to have a …

python python-2.7 text-to-speech