Tagged Questions
The speech-synthesis tag has no wiki summary.
8
votes
1answer
78 views
Stupid idea: Mac speech from PHP server?
I want to synthesize Mac OS X speech, but I'm using a PC. Can I set up a PHP server on my Macbook at home, and have it synthesize text for me, and return it to me through a web request?
Like ...
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 ...
5
votes
2answers
113 views
Is it possible to use some C source code in iPhone project?
I found a speech synthesizer that supports many languages (http://espeak.sourceforge.net/index.html). But the source code that is available is written in C.
What can i do to make it work on iPhone?
3
votes
1answer
347 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
1answer
1k views
Voice Output in iOS
Is it possible to access the speech synthesis feature of the iOS that is used for accessibility?
2
votes
1answer
383 views
Text-to-speech (voice generation) and speech-to-text (voice recognition) APIs?
Is there a comprehensive list of known APIs for desktop or browser environments?
2
votes
1answer
129 views
Where to start with speech synthesis
You guys may be familiar with Google's TTS engine: here.
I have a basic understanding of how something like that is able to analyze the input and pick out different syllables/parts of speech, but ...
2
votes
1answer
760 views
TTS to Stream with SpeechAudioFormatInfo using SpeechSynthesizer
I am using System.Speech.Synthesis.SpeechSynthesizer to convert text to speech. And due to Microsoft's anemic documentation (see my link, there's no remarks or code examples) I'm having trouble making ...
2
votes
2answers
401 views
How can I dumb down our cutting-edge Text-to-Speech?
Back in the old days, text-to-speech, as cutting edge as it was, was very imperfect. When you typed in a word, it would pretty much read it how you spelled it... in monotone. Oftentimes, the result ...
2
votes
2answers
1k views
C# Speech Recognition
I am making a Smart House Control System right now, and I have a little problem.
I was thinking on using Cosmos for a base system, and adding the needed namespace libraries to it, but as the usual ...
2
votes
1answer
234 views
SpeechSynthezier.PhonemeReached event and control characters
I am creating a small silverlight widget which pronounces a word and highlights each syllable as it is pronounced.
As part of this, I am using the SpeechSynthesizer.PhonemeReached event to determine ...
1
vote
1answer
42 views
Microsoft TTS voice tone
Is it possible to set the tone or emphasis of a specific word or phrase?
Eg: Good Morning would be in a relaxed voice, whereas The nuclear plant is about to melt down would be far more urgent.
I'm ...
1
vote
1answer
399 views
Setting language for TTS programmatically?
I have written a small Android Demo to use TTS in different languages. I have a layout with two buttons, Spanish and English. Pressing the button triggers an utterance in the language selected.
...
1
vote
1answer
94 views
how to synthesize audio in iPhone
I need to synthesize a voice so that it can be used to speak the text that is supplied to it. how can it be done in iPhone. I went through Sphinx voice synthesizer and other voice synthesizers, but ...
1
vote
2answers
134 views
What is the best software for training new voices (text to speech)?
My client would like to know how to create a digital voice. What's the best approach to this, such that the voice could perform text-to-speech?
To clarify, I meant to ask what APIs exist for ...
1
vote
2answers
913 views
C# and Microsoft Speech.Recognition and Speech.Synthesis
i'm new to C# and i'm new to Speech.Recognition.
i searched very long for tutorials but didn't find that much.
(i'm even not quiet sure wheater i included everything correctly)
i downloaded:
SDK: ...
1
vote
1answer
635 views
VB 2010 Express: Text-to-speech
I'm very confused about how to get TTS working in VB 2010 Express. I read several how-tos, each of them showing how to do TTS in a different way (through System.Speech, adding a reference to Microsoft ...
0
votes
1answer
16 views
Do any FLOSS projects utilize human input for speech synthesis?
Are there any open source, open content projects that use recorded speech data to generate synthesized speech? (With the goal of synthesising/simulating the speech of a particular individual. As a ...
0
votes
0answers
12 views
Multiple different Festival instances
Can someone tell whether and how we can initiate multiple server instances of Festival TTS software with different settings(such as different languages,etc...) in Ubuntu/Linux? Thanks.
0
votes
0answers
49 views
C# (C++) SAPI - TTS - how to get the speech timings for the text being read
please can anyone help me? I search some example how can i get information about speeching text in TTS throught SAPI (i am programming my aplication in C# but its not needed, SAPI is same in C++, ...
0
votes
2answers
31 views
How to find ranges for the 'rate' property of NSSpeechSynthesizer?
I have an OS X app which uses the NSSpeechSynthesizer class to read some text. I need to be able to set the speed of the reading, which is done using the rate property of NSSpeechSynthesizer. However, ...
0
votes
2answers
130 views
speech synthesis in perl
Is it possible to make computer (windows or linux, mac) speak in perl ? I know it is possible with VB script. But how about perl ?
In VB we just write
CreateObject("SAPI.SpVoice").Speak"I can speak ...
0
votes
1answer
112 views
get your application to speak with custom voice [closed]
Possible Duplicate:
How to create a custom sapi voice for tts
Hey Guys here's a puzzling problem, I have been asked to get one of my applications to talk so it can alert the operator when ...
0
votes
1answer
91 views
Pausing Android MediaPlayer for Synthesized Speech
I have an Android MediaPlayer running that I want to pause when the speech synthesizer starts speaking (specifically, when the Google Navigation app gives directions). I'm pretty sure this is ...
0
votes
2answers
89 views
Mac OS X Text-To-Speech Genders
I'm making an application, in which I am trying to get all the different voices in Mac OS X, and then sort them by gender. I've created three mutable arrays to put the voices of each gender (Male, ...
0
votes
0answers
56 views
How is text transformed into speech?
How is plain text transformed into speech/voice?
Like, what algorithms are used behind this, how is the data constructed for speech.
Thanks in advance!
0
votes
0answers
91 views
Drawing prosodic pitch contours for a text-to-speech application?
According to http://www.w3.org/TR/speech-synthesis/#S3.2.4
"The pitch contour is defined as a set of white space-separated targets at specified time positions in the speech output. The algorithm for ...
0
votes
0answers
105 views
How to determine system-wide text-to-speech settings
The system settings on Android phones offer to the user not only the option of setting the system-wide speech rate and language for text-to-speech, but of having the default settings override any ...
0
votes
1answer
222 views
TTS - Text to Speech Synthesis System
I am trying to make a html page including TTS - Text to Speech Synthesis System feature. Please suggest me some online good demos.
Also please let me know if google is providing any api for TTS - ...
0
votes
2answers
545 views
getting started with speech recognition and speech synthesis
i want to get started with speech recognition and speech synthesis
in http://stackoverflow.com/questions/3865351/prototype-based-on-speech-recognition
somebody told me to use microsoft speech server ...
0
votes
4answers
88 views
Exploding acronyms to ensure a synthesizer reads them properly?
If I feed a speech synthesizer (festival, in this case, but it applies to all) the following bit of text:
"At the USPGA championship in the US, the BBC reporter went MIA".
it reads
"At the uspga ...
0
votes
1answer
2k views
Spanish voice for System.Speech.Synthesis and TTSEngine
I have successfully managed to get System.Speech.Synthesis to read English text in arbitrary voices Anna and Sam. My next task is to localize my application to correctly read Spanish text to our ...
-1
votes
1answer
58 views
Java speech synthesis
Can anyone suggest a speech synthesizer library for synthesizing a language other than English. ( a Java library would be much preferred). Can I use FreeTTS for this??? The problem is I can find good ...
-6
votes
1answer
99 views
Matlab program for producing sound of alphabets [closed]
I need to know how to write a program that generates sound of alphabets?? lets suppose a program in matlab that when runs produces sound "BILAL"... thanks