Tagged Questions

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

learn more… | top users | synonyms

26
votes
12answers
28k views

C# Speech Recognition - Is this what the user said?

I have need to write an application which uses a speech recognition engine -- either the built in vista one, or a third party one -- that can display a word or phrase, and recognise when the user ...
22
votes
3answers
786 views

TextToSpeech.OnInitListener.onInit(int) being called continuously

I'm getting reports that, on some (not all) HTC Desire HD (FRF91, 2.2) and HTC EVO 4G ( PC36100|3.29.651.5, 2.2), the TextToSpeech.OnInitListener.onInit(int) is being called repeatedly (over 1500 ...
15
votes
9answers
12k views

iPhone - API for Text to Speech feature

I was wondering if iPhone has any API that supports Text to Speech feature? I looked around but couldn't find any, so just want to confirm. Thanking in anticipation.
13
votes
6answers
9k views

Java: Text to Speech engines overview

I'm now in a search for Java Text to Speech (TTS) framework. During my investigations I've found several JSAPI1.0-(partially)-compatible frameworks listed on JSAPI Implementations page, as well as a ...
11
votes
3answers
347 views

Using SAPI is there a way to enter pinyin for Chinese pronunciation?

The goal is to be able to pronounce something like wo3. System.Speech can handle Chinese characters, but is there a way to input pinyin directly? It seems from ...
9
votes
1answer
638 views

SpeechSynthesizer .NET control pitch

I'm trying to change the pitch of spoken text via SSML and the .NET SpeechSynthesizer (System.Speech.Synthesis) SpeechSynthesizer synthesizer = new SpeechSynthesizer(); PromptBuilder builder = new ...
9
votes
2answers
1k views

best practice for specifying pronunciation for Android TTS engine?

In general, I'm very impressed with Android's default text to speech engine (i.e., com.svox.pico). As expected, it mispronounces some words (as do I) and it therefore occasionally needs some ...
9
votes
4answers
11k views

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 API? PS: I've already done a search, but I'd like recommendations from people who have actually used ...
8
votes
1answer
246 views

How to Programmtically Change TTS Default Engine

In addition to the Pico TTS engine that comes with Android, I have another TTS engine installed. I can change which is the default used by the system -- manually: Settings > Voice input & ...
8
votes
2answers
231 views

What is the proper syntax for the phoneme attribute in Android's TTS XML?

My understanding is that this X-SAMPA XML sample, like other samples here and even here & here, is supposed to sound something. String text = "<speak xml:lang=\"en-US\"> <phoneme ...
8
votes
8answers
2k views

High-Quality Text-To-Speech engine for personal use

I'm looking for a high-quality TTS engine that I can afford (let's say less than 1000$). So far, I've tried flite and festival with default voices. However, while the results are certainly ...
8
votes
10answers
2k views

Need text to speech and speech recognition tools for Linux

I'm planning on writing a program for Linux that uses text to speech and speech recognition. What are the best tools/libraries for this? Should I use Windows instead to be able to use better tools? ...
7
votes
2answers
2k views

Google's text-to speech engine voices?

Most of you probably know the text-to-speech synthesizer of google translate, as you can access programmatically here btw: http://translate.google.com/translate_tts?tl=en&q=text My impression ...
7
votes
3answers
3k views

How to make Python speak?

How could I make Python say some text ? I could use Festival with subprocess but I won't be able to control it (or maybe in interactive mode, but it won't be clean) Is there a Python tts library ? ...
6
votes
2answers
243 views

Is there software that outputs speech-to-text at the Phonological level?

Is there any software out there capable of taking audio files and outputting phonological (IPA) text? I understand much of the software out there takes it straight to a language, but is there one ...
6
votes
8answers
5k views

Any free Text To Speech for browsers?

Wondering if there is any Text to Speech software available as a plug in for IE or Firefox.
5
votes
2answers
158 views

How to play multiple sound files on one Web Page? (on click best practice)

I have a page where there is a list of vocabularies. I have a TTS for each vocabulary. The current approach that I am using is to include an mp3 flash player for each vocabulary. This creates delay to ...
5
votes
1answer
232 views

Is there a TTS Engine with a Natural Voice?

I was looking for a decent text to speech software and could not find any with a natural voice. I hate listening to the Microsoft robotic voices and although Anna does away with it in Windows 7 (and ...
5
votes
1answer
122 views

onUtteranceCompleted() lost if TTS received is too long

I just observed an "undocumented anomaly" in Android's TTS engine: If the text to be spoken is too long (greater than 4K characters), then onUtteranceCompleted() for that particular utterance will ...
5
votes
4answers
265 views

Text to speech converter

I am going to create a Text to speech converter, which can be executed in both Windows, and Linux based systems. Can someone please help me answer the following questions; What language should i ...
5
votes
1answer
1k views

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 in Delphi" subject. I have used the excellent Import Type-Library guide in Delphi 2009 to get a ...
5
votes
2answers
1k views

Good free text to speech API for spelling word tutor

I am writting a spelling word application for my son and would like recomendations for good APIs that can be understood when it speaks. I am programming in .Net so something that will interop with ...
5
votes
1answer
297 views

What are some good resources on doing text-to-speech in .NET?

Can anybody help me with Text to Speech Engine in C#
5
votes
5answers
737 views

Text to speech

I am improving a small alarm/reminder application that I build years ago, and I would like to do an hourly beep, but instead of beeping it would be much nicer it would tell time. Is there any simple ...
5
votes
3answers
2k views

Question SpeechSynthesizer.SetOutputToAudioStream audio format problem

I'm currently working on an application which requires transmission of speech encoded to a specific audio format. System.Speech.AudioFormat.SpeechAudioFormatInfo synthFormat = ...
5
votes
3answers
2k views

Text to speech in Vista

I did it by creating OLE object with Delphi in 2000/NT/XP as following: Voice := CreateOLEObject('SAPI.SpVoice'); Voice.speak(...) But this does not work in Vista, how can I make my program simply ...
4
votes
3answers
462 views

TTS output always going to A2DP

My Android tutorial states that I can explicitly tell the TTS engine which stream to use: For music playback: params.put(TextToSpeech.Engine.KEY_PARAM_STREAM, ...
4
votes
1answer
219 views

What is the default audio stream of TTS?

As far as I can tell, there are currently are 7 audio streams in Android: STREAM_ALARM (for alarms) STREAM_DTMF (for DTMF Tones) STREAM_MUSIC (for music playback) ...
4
votes
6answers
499 views

Text To Speech In android

I am new to android and I'm trying to develoop an app where as soon as the text to speech is completed an audio file has to be played. Can anyone let me know how to do this. I have checked some ...
4
votes
1answer
231 views

Text-to-speech using Phonics Sounds

How can I get the phonics sound by pushing any letter key? For example, I want to get the phonics sound of A by pushing the 'A' key. I'm using Microsoft SAPI v5.1. Can you point me in the right ...
4
votes
3answers
199 views

Are there any magic characters in Twilio <Say> verbs

Are there any other characters I can use in a verb to help the pronunciation (assuming I have too many options to just record them all as MP3s). Thus far all I've found is hyphens to help with ...
4
votes
5answers
191 views

Is there a .NET library/utility that will convert a Word document to an MP3 format?

Does anyone know of any well-supported/proven methods for converting a Microsoft Word document to an MP3 or WAV format such that hearing-impaired folks could "listen" to documents that I have stored ...
4
votes
2answers
288 views

What speech libraries are available in Linux?

When it comes to TTS (text-to-speech) libraries in Linux, what choices do developers have? What libraries ship with the majority of distros? Are there minimal libraries? What functionality does each ...
4
votes
1answer
734 views

SpeechSynthesizer in C# creates wav that has 22kHz… needs to be 16kHz

My C# application needs to covert text to wav file and inject it into a Skype call. The code that creates the wav file is below. The problem is that the file has 22kHz sample rate and Skype accepts ...
4
votes
1answer
667 views

Additional voices to a ASP.NET web app

I have a web application that uses SAPI to do TTS. I run it on Windows Server 2003 that has MS Sam installed by default. I understand that there are a number of 3rd party companies that sell voices. ...
4
votes
3answers
769 views

realistic free TTS program

I have tried Festival, espeak, and MBROLA, but the voices are mediocre at best, and no where near as realistic as current commercial systems. eg this demo: ...
4
votes
3answers
2k views

How to save text-to-speech as a wav with Microsoft SAPI?

I think what I am about to want might be easy for you,so I decided to ask it to you, Fist I need to turn a text into speech and then save it as wav file. Could you help me ? Thanks.
3
votes
1answer
54 views

Set TTS output to 16 or 8kHz

as I route the TTS output to a bluetooth headset, it would be good have it in a 16 or 8kHz Sampling. How do I achieve that? And is it actually possible? Thanks!
3
votes
0answers
201 views

How to audibly play IPA pronunciation on Android?

I have the IPA pronunciation for a word which I would like to audibly play back to the user. Can this be done using the built-in TTS engine? If not, is there a TTS engine out there that does support ...
3
votes
1answer
351 views

High quality, emotional, fluent and variable Text-to-Speech engine?

After looking at some of services/tools, I've come to a conclusion. Most Text-to-Speech tools have too techy, robotic - in other words, bad quality c voices. And yeah, on top of that, it looks like ...
3
votes
0answers
303 views

Linux > Python > TTS, STT & voice reconization

Text to Speech I had been trying to run pyttsx in windows as well as Linux environment... Linux Environment: import pyttsx engine = pyttsx.init() the python just hangs up after executing the ...
3
votes
1answer
172 views

How to check whether TtsService (or an Android service) is stopped?

For reasons beyond my app's control, TtsService is stopped by the system, providing only Log.i() hints in LogCat: 05-01 12:01:55.662: INFO/TtsService(1791): Stopping 05-01 12:01:55.662: ...
3
votes
5answers
771 views

Iphone voice to text & back to voice API

I want in my iphone app , Voice to Text and then back to Voice. I tried searching on forum and Google and found some APIs like OpenEars, Vocal Kit and tts , but these are all for English Languages ...
3
votes
2answers
161 views

Recommended resources for learning text-to-speech on Android?

Can you recommend a resource that walks through developing a fully working text-to-speech application on Android?
3
votes
3answers
145 views

Format a date for use with text-to-speech in Java

I have a Date which I'd like to format into text that is usable by a text-to-speech engine. I am currently doing it by hand using various SimpleDateFormats. Examples of what should result from ...
3
votes
1answer
457 views

Platform-independent text-to-speech Python library to run on Windows, Linux and Mac?

Does anyone know if there is a Python library for text-to-speech that works on Windows, Mac and Linux?
3
votes
3answers
917 views

Text to speech(TTS)-Android

I am new to the android platform. Now I am working on TTS(Text to Speech). I enter the text in a TextArea and would like it to be converted to speech when i click the speak button. Can anyone help me ...
3
votes
1answer
2k views

Can we use Android TTS from web pages?

How do I use Android TTS API's from the web page?
3
votes
5answers
385 views

Voice recogntion engines for embedded applications

I am trying to research available voice recognition engines and SDK for developing a Windows CE voice enabled application. I've run across Nuance, but don't see much of anything else. I would prefer ...
3
votes
1answer
749 views

Strange problem with System.Speech Speech Synthesizer

I'm working on a program that includes speech synthesis. A few weeks ago, I wrote the introductory using (SpeechSynthesizer s = new SpeechSynthesizer()) { ...

1 2 3 4 5 9