Text-to-speech or speech synthesis is the artificial production of human speech.
0
votes
0answers
12 views
Android Text To Speech doesnt always work
I have this class and I want it to listen to what I say with the voice recognizer and then read me back what I said; however the tts.speak() does not work in the onResult class or in the onCreate ...
0
votes
0answers
14 views
Exceptions Using Microsoft.Speech SpeechSynthesizer
I'm working on a speech synthesis project, and I decided to try and use the Microsoft.Speech namespace instead of the built-in System.Speech namespace because Microsoft isn't fixing the memory leak at ...
0
votes
0answers
34 views
BluetoothChat + TTS
I am trying to add tts (TextToSpeech) at BluetoothChat project of the android SDK
i want to convert the text received from another device to voice and at same time i can sent the text that will be ...
1
vote
0answers
22 views
speak with TTS such as Hindi
In my application , I wish to know if there is any tts engine that can read hindi text .
my code
tts.setLanguage(Locale.US);
unfortunately Hindi is not supported by Android.
See the list of ...
-2
votes
1answer
20 views
What's the best speech API for Java? [closed]
Before this question gets closed for being "not a real question", hopefully someone could point me in the right direction. I have a lot programming experience, in Java mostly, and am looking into ...
1
vote
2answers
38 views
Synthesize speech from text in web app
How can one synthesize speech in a web app?
Is there a way using the HTML5 Web Speech API?
For example, if I wanted to synthesize the sentence 'A quick brown fox jumps over the lazy dog', how could ...
0
votes
0answers
25 views
Abnormal speech result
I am trying to use MS TTS technology in C#. I am using MS visual studio 2010 professional, and I am in Windows 7 ultimate 32 bit.
Following is my code
SpeechSynthesizer s = new SpeechSynthesizer();
...
-1
votes
0answers
14 views
C++ Text to Speech API [closed]
I need a C++ text to speech API. Currently I am working with SAPI but I would like to use it only for speech to text, because the voices it got are really robotic.
I looked over Festival from ...
0
votes
1answer
26 views
PhoneGap + jqueryMobile TextToSpeech
is it possible to implement a text to speech via Phonegap/Jquery Mobile? Are there any other opportunities?
Best regards, Alex
0
votes
1answer
17 views
AT&T XML speech recognition
I have to recognize some alternative rules, but I don't know how to do a mutual exclusion.
For example, if I want to recognize "play", "stop", or "set 1", "set 2", how can I do? I tried something like ...
0
votes
0answers
24 views
Google TTS API: Encoding GET request with PHP
--- SOLVED ---
Problem solved. Solution is simple:
file_get_contents("http://translate.google.com/translate_tts?tl=de&q=".urlencode($str)."&ie=UTF-8")
To those coming here from search ...
0
votes
1answer
34 views
No voice TTS in android
In my application, i didn't get any voice
This is my code,
public class AndroidTextToSpeechActivity extends Activity implements
TextToSpeech.OnInitListener {
/** Called when the ...
0
votes
0answers
28 views
Use audio files or text to speech for iOS application
I am creating an iOS game in which I have to inform user about events in the game with voice, that you have moved one piece, 2 pieces or well done you have performed well.
The problem is that voices ...
0
votes
1answer
30 views
TTS and play sound - Android
I've a viewpager in my application. When the user swipes to the right/left I use TTS engine to speak the text and MediaPlayer to play a sound.
The problem is both plays simultaneously.. How do I play ...
0
votes
0answers
21 views
how to make android prompt user to select tts engine
I found that:
When i started my app at the first time, Android prompted me to select default engine for this app. I then selected one. Later on, my app was associated with that selected engine.
Now ...
0
votes
0answers
20 views
Get a count of items in TTS Queue (Android)
I've had a look around but I couldn't find a great deal of information - I understand that the TTS functionality in Android is handled in a Queue but I'm struggling to find a way to count the number ...
-2
votes
1answer
49 views
Google Translate Text to Speech from a variable
The scenario is im getting a input from the user and need to give audio for that text.The imput from the user is stored in a variable. How to give the value of the variable to Google tts
...
0
votes
0answers
7 views
how to add an alarm to tts application so that at a particular time, it will wake up and start speaking some text
I am new to Android.I am trying to develop a trying to develop an application which will wake up at a given time and start speaking the given text.So far i have implemented tts application and now i ...
0
votes
1answer
21 views
synthesizeToFile failed: not bound to TTS engine , when using TextToSpeech in android
I am using Android TextToSpeech API, I want to save the convert text2speech as a file on the SD-card memory, but I got the error:
synthesizeToFile failed: not bound to TTS engine
My code to use ...
0
votes
2answers
21 views
Does TextToSpeech API in android need internet connection to work?
I am want to use TextToSpeech API in android, does the application need internet connection to convert the text to speech ??
0
votes
1answer
24 views
android- TextToSpeech in hebrew
I try to use this like
int result2 = tts_hebrew.setLanguage(Locale.iw);
But iw not recognized as Locale.iw.
In http://developer.android.com/reference/java/util/Locale.html :
"Note that Java ...
1
vote
0answers
94 views
+50
How to add a sound to Android pico TTS engine?
I'm using the pico default android TTS engine with IPA caracters doing this
String text3 = "<speak xml:lang=\"fr-FR\"> <phoneme alphabet=\"ipa\" ph=\"+"+words+"\"/>.</speak>";
...
0
votes
1answer
23 views
Is there a way to Play a WAV File Synchronously in NAudio?
I might be wrong on this, but it appears that my WAV file in NAudio is playing asynchronously, and if I call it from a library, I can hear the WAV start, but it exits (and stops playing) almost ...
0
votes
0answers
42 views
Google Translate: Text-to-speech TTS output in mp3 from IME Pinyin input
Using Google Translate, it is possible to generate TTS mp3 audio files from English or Chinese input using a simple URL. For example,
URL for English TTS for the word "English":
...
0
votes
1answer
49 views
Stopping speech recognition before using text to speech
I am implementing a dialogue application using speech recognition and text to speech. I noticed that once the recognizer is started it tries to recognition any sound including the result of the text ...
0
votes
1answer
50 views
Android: Play soundfile or text-to-speech during phone call/SIP
is it possible in android to make a phone call or SIP call and play a soundfile after the call is established? Other option that would be ok for me is that after the established call the TTS engine ...
0
votes
1answer
31 views
How to create a voice using JavaScript?
Is there any simple way that I can create a text-to-speech function with JavaScript? Preferably, I would like it in this form:
<script type="text/javascript">
function createVoice(text) {
some ...
0
votes
1answer
27 views
Make SAPI TTS speak string variables
So, I have a program where I use SAPI like this:
ISpVoice * pVoice = NULL;
if (FAILED(::CoInitialize(NULL)))
{
return FALSE;
}
HRESULT hr = CoCreateInstance(CLSID_SpVoice, NULL, CLSCTX_ALL, ...
0
votes
3answers
42 views
SAPI: Application is not speaking
Please have a look at the following code
main.cpp
#define _ATL_APARTMENT_THREADED
#include <atlbase.h>
//You may derive a class from CComModule and use it if you want to override ...
0
votes
4answers
33 views
Errors are generated when SAPI is run in QT
Please have a look at the following code
#include <sapi.h>
int main(int argc, char* argv[])
{
ISpVoice * pVoice = NULL;
if (FAILED(::CoInitialize(NULL)))
return FALSE;
...
0
votes
0answers
24 views
Getting windows tts voices to run under linux while in Python Coding environment
I am running rasberry PI with Raspbian “wheezy”.
In Python 3, I have pretty much figured out how to load the build in tts module and get it to read the text but I want to load a different voice from ...
0
votes
3answers
42 views
Text to speech not working
I am using sfoster iPhone TTS. I want to convert a text into speech & also want to split the string into it's letters & both the text & each of the letter will be pronounced. But its not ...
0
votes
0answers
18 views
Can I use a combo box to change the voice of my speech synthesizer to one of the system TTS voices?
I would like to have a combo box on my form which allows the user to select the voice which they would like to use. How can I implement such a feature?
Currently, my form consists of four buttons and ...
0
votes
2answers
77 views
How to install VOCE for C++?
I am trying to install the VOCE api, which is a voice recognition API built for both C++ and Java. This is the second time I am working with external C++ libs, and first time working with Java + C++ ...
0
votes
0answers
27 views
andriod tts speaking loss control under screen rotation
I have a TTS object. This TTS object repeats the word 'help'. I have a boolean flag. When this flag is set to false, the while loop is broken, and TTS object stop. Below is the code. Basically, tts is ...
0
votes
1answer
22 views
Can't set TTS's paras via button
I tried to set TTS's paras such as pitch and speech rate by pressing a button, but somehow nothing changes when I pressed it...
See the code following, what I planned is that once I press the button ...
0
votes
0answers
40 views
How do I Implement Text to Speech with net-framework in Common Lisp using Emacs\SBCL in Windows 8?
When I start Emacs I can enter this into the REPL successfully:
(load "D:\\Program Files (x86)\\Steel Bank Common Lisp\\1.1.4\\site\\rdnzl\\load.lisp")
so I have RDNZL installed and loaded so ...
0
votes
1answer
54 views
PHP - Executing say function from mac shell / terminal
I am trying to make a simple php script that takes text from user input and then uses mac's terminal 'say' function (text-to-speach) to read the text aloud.
The only resource I've been able to find ...
-2
votes
0answers
66 views
How to implement text to speech in iOS [closed]
Currently I work on a project in iOS 6. I want to implement a text to speech (German language) function. Do you know a library to add this function. Or is there a option to implement the Siri ...
1
vote
0answers
41 views
I want to create my own text to speech, point me in the right direction?
I want to take on a new project just for fun and it is probably gonna be big. I want to try to create some kind of TTS or text to speech library. But I have absolutely no idea where to start. I would ...
0
votes
0answers
29 views
Get a spectrum from text-to-speech output (Using FMOD and MS Speech API)
I would like to combine both text-to-speech and fft to generate a spectrum from a spoken text in c++.
I already know how to get the spectrum of an audio file with FMOD thanks to ...
0
votes
2answers
24 views
Android: Coordinate SounPool and TTS
I define this simple method in my Activity:
private void playSound(final boolean ttsOn) {
// TODO Auto-generated method stub
int water = 0;
SoundPool pl;
pl = new SoundPool(5, ...
0
votes
1answer
48 views
Text to speech using embed
I have this code and it works fine, but I have been struggling with how to get it to output a wav file that can be embedded in the page as opposed to making the user download and listen.
Any help is ...
0
votes
1answer
37 views
Turning text into narrated video in python
I have a lot of text, and I would like to convert it into audio, using some text-to-speech library, and then I would like to turn that audio into a video file, it doesn't matter if the screen is just ...
-1
votes
0answers
38 views
How to modify recorded voice to Starcraft 1 Terran adjutant's one [closed]
I really like the SC1 Terran Advisors (adjutants) voice!
The idea is to modify an audio file of one's speech so that it sounded like adjutant's one. Or, if it is easier, to adjust some automatic ...
0
votes
0answers
67 views
Hebrew tts always reads digits in hebrew
I have a dialer of my own with a voice feedback for each digit. I also have an Hebrew TTS engine (which is currently my default). The TTS also recognizes strings in English and reads them. I have two ...
0
votes
0answers
50 views
how to do text to speech in windows phone 7 in c# any guidelines? [closed]
I have tried using the following links:
Codeplex.com followed all the details but showing system.net.web reference error,but i have added the reference
In azure market place i applied all the ...
1
vote
0answers
78 views
Route TTS output to bluetooth headset while phone is ringing
I am having a EDR bluetooth headset and need to route TTS voice to headset. I can achieve it using the following code while not in call.
AudioManager am = (AudioManager) ...
0
votes
1answer
51 views
set turkish language for text to speech
Im working on text to speech app , i want to set turkish language to be as this:
tts.setLanguage(Locale.TR);
BUT this is not available in android , is it wrong to add this way or there is ...
1
vote
1answer
462 views
Using google Text-To-Speech (TTS) API on iOS
I'm using the API with this code:
NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
NSString *documentsDirectory = [paths objectAtIndex:0];
NSString ...





