Tagged Questions
Text-To-Speech (or Speech synthesis): a technology that syntheses human speech from text.
5
votes
1answer
61 views
“Teach” Python other languages (TTS speaking…) HowTo?
So I found this code:
#!/usr/bin/python
import sys #for cmd line argv
import time #for delay
import pygst #for playing mp3 stream
import gst # " "
#take command line args as ...
1
vote
0answers
92 views
Android TTS Male Female Voice Change
I am working with TTS.
But i need to change the voice of the tts from female to male and vice versa.
I know i can do it by eSpeak. But problem is that. In the setting page when i select the eSpeak ...
1
vote
0answers
35 views
TTS Class: How to TTS chinese Pinyin?
Is there a way to TTS output Pinyin via the tts class (in the correct tone)?
I tried SVOX and Pico...
I have a database where different words are stored in a form like
Ni3
Hao3
I tried:
- Ni3Hao3 ...
0
votes
2answers
35 views
What is right way for “timing” phoneme in SAPI TTS (c#)?? (SpVoice.Phoneme()->streamPosition)
i have next "problem" in my application, i write app where someone will write text, SAPI TTS translate it in speech and next i will work with the output WAV.
What i need are information about phonemes ...
0
votes
0answers
9 views
How to change Festival server_port
Can anyone tell how to change the server_port in Festival? I tried changing it using
set! server_port 1315
but after that the server_port still has 1314 the default value. Can anyone try to solve ...
0
votes
0answers
16 views
Pause the ringtone when receiving a call
I am developing an application to read out the caller name using TTSto bluetooth headset.
The app works fine on the emulator.
When testing on my phone I observed that as the ring notification is ...
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
20 views
Changing TTS voice in Android
I'm developing an application using Pico TTS Engine because it makes me easy to develop in several languages, but i would like to change the voice to make it look like a child.
I know there are ...
0
votes
0answers
31 views
How to tune the quality of festival TTS?
I am using 2.1 release of festival. I was able to install and use 172M voice with
(voice_cmu_us_slt_arctic_clunits)
The quality has been significantly improved but far from desired. I believe ...
0
votes
0answers
19 views
Accapela TTS to animate character
Do some one has experience of using Accapela TTS(Text to speech library).?
I am building an iPhone application.There is an animation character like (Talking Tom).
My requirement is to give a text and ...
0
votes
3answers
71 views
Which TTS is google translate using? Is there a way to use this TTS in android app too?
I found for certain languages the sound files from google translate sound by far most real (compared to other TTS engines availlable for Android).
Is the google translate app using a TTS engine?
Is ...
-1
votes
1answer
10 views
TTS tool for commercial use
Could you, guys, help me with searching some good TTS (Text-To-Speech) tool for commercial purposes? I checked several tool, but some of them was too expensive ($5000+), such as AT&T, other - ...
-1
votes
2answers
30 views
How Marmalade support text-to-speech?
Is there any API/SDK to support tts (text to speech) in Marmalade?
-4
votes
0answers
52 views
Php speech to text [closed]
is it possible to make a third party website to speak ,without using SAPI, and also making the possibility of logged in website to speak, like the facebook logged in should speak?.This is similar to ...