Text-to-speech or speech synthesis is the artificial production of human speech.
-1
votes
0answers
17 views
Which API or plugin to use for browser text to speech? [closed]
I have some short strings on a website that I would like to synthesize speech from. The solution must be simple and widely compatible.
I have looked at jTalk but it seems downloads are suspended.
0
votes
0answers
4 views
convert my text in to voice in iOS application
In my I phone application i have textview with some text content now i would like to convert in to speech by simply pressing a button can anyone provide the source code example in latest iOS 6.1 ...
0
votes
1answer
14 views
Disable A2DP Output on Android for TTS
I have an Android 4.1 device which is connected to A2DP stereo speaker.
My app uses TTS (Text-To-Speech) and the AudioTrack class for streaming a custom sound to the speaker.
Is it possible to use ...
1
vote
3answers
45 views
chinese text to speech Translation in offline mode in iPhone
I need chinese text to speech translation library in offline mode for iPhone app. There are libraries availbale for online (Chinese Text To Speech Conversion) like ispeech but I need any free library ...
0
votes
0answers
20 views
Chrome text-to-speech API doesn't work
I'm trying the chrome text-to-speech API but even the demo provided by google
https://developer.chrome.com/trunk/extensions/examples/extensions/ttsdemo/ttsdemo.html
doesn't work for me, I can't hear ...
-2
votes
0answers
33 views
can i convert speech to text (STT) then text to speech (TTS) by Matlab? [closed]
I'm aiming to convert an audio file i have or record from a mic to text, then I need to reverse the operation by text-to-speech.
What that help me for?
I am aiming to change all the waves i have ...
0
votes
0answers
8 views
espeak.dll reference especially in language setting [closed]
I want to use espeak as tts driver. I need to develop it in Windows using espeak.dll, and make it support various languages, i.e. japanese, chinese, etc. Not only recognize the "Japanese letter", but ...
0
votes
1answer
16 views
TTS does not work while device is sleep
I made a program that monitors acceleration sensor and says something when a certain value is measured using TTS in a service. Everything works fine when the device is on, but when it goes to sleep ...
0
votes
0answers
20 views
SSML using Chrome TTS
I'm trying to give a little more clarity to TTS sentences by indicating emphasis, etc. I'm using the Chrome TTS API, which indicates that it accepts SSML-formatted documents in addition to raw text.
...
0
votes
0answers
15 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
1answer
35 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 ...
0
votes
0answers
41 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
27 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
23 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
47 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
27 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
21 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
30 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
19 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
41 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
40 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
1answer
33 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
33 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
23 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
21 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
57 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
9 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
33 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
24 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
31 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 ...
5
votes
1answer
156 views
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
33 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
59 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
60 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
63 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
33 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
31 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
48 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
39 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
27 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
47 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
21 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
88 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
28 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
25 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
41 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
59 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
79 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
49 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
36 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 ...





