0
votes
4answers
286 views
Android speech - how can you read text in Android?
How can you read data, i.e. convert simple text strings to voice (speech) in Android?
Is there an API where I can do something like this:
TextToVoice speaker = new TextToVoice(); …
0
votes
1answer
16 views
Simple Webmethod times out
I have a very simple Webmethod (asmx) that creates a file. For some reason, it times out. When I step through the code, the code that creates the file takes < 1 second, but when …
0
votes
1answer
64 views
Talking head library for Mac OS X
Is there a "talking head" library for Mac OS X / Cocoa / Objective-C? Specifically the ones that simplify translating spoken text into visemes / facial expressions? Microsoft ha …
0
votes
0answers
8 views
Are the SpeakCompletedEventArgs of the SpeechSynthesizer inaccurate?
Using the System.Speech.Synthesis.SpeechSynthesizer class in .Net 3.5, the AudioPosition property of the SpeakProgressEventArgs appears to be inaccurate.
The following code produc …
1
vote
1answer
47 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())
{
s.SetO …
0
votes
1answer
14 views
Command line SAPI text-to-speech to WAV/MP3
As the title says I need to be able to create a WAV or MP3 file using SAPI on Windows XP.
I can install basically anything needed if anyone can recommend a third party application …
1
vote
2answers
58 views
Text to Speech in j2me
Anyone know of a good text-to-speech solution for j2me? I know it's not officially supported by any devices or in any JSR, but wondering if there are any free libraries that can d …
1
vote
1answer
91 views
Can add own voice to TTS voice
Hi,
There are some built-in sound in TTS(Text-to-speech) like sam at XP and ana for vista, is there any way to add own sound in it.
6
votes
2answers
86 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, …
0
votes
1answer
97 views
How to detect when SAPI TTS engine is busy
The SAPI engine can only render TTS from one application at a time (I have run a test with two instances of the Windows SDK TTSApplication sample to verify this). I am writing an a …
3
votes
2answers
144 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 …
3
votes
5answers
603 views
iPhone - API for Text to Speech feature
Hi all,
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.
1
vote
4answers
406 views
Text-to-Speech library for Windows Mobile
Are there any free text-to-speech libraries available for Windows Mobile? Preferably with a C# (.net CF) API.
Edit:
It basically needs to be able to read from 0.001 to 999 and a f …
7
votes
13answers
4k 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 recognis …
1
vote
3answers
464 views
Question SpeechSynthesizer.SetOutputToAudioStream audio format problem
Hi, I'm currently working on an application which requires transmission of speech encoded to a specific audio format.
System.Speech.AudioFormat.SpeechAudioFormatInfo synthFormat = …
