In my application, I use Intent checkIntent = new Intent(); checkIntent.setAction(TextToSpeech.Engine.ACTION_CHECK_TTS_DATA);
I would like to be able to generate speech in my ASP.NET app by calling speak.aspx?text=Hello%20world. This would give a response in .wav format.
I am beginner in android and I have an issue with tts in android, eclipse writes in log: 10-04 15:27:49.851: ERROR/TextToSpeech.java - speak(19515): service
If I have an HTML and JS page, and I want to add text to speech or even speech to text to it what is the best way? I already 开发者_运维百科have code for speech to text in C# but am not sure how to li
I\'m using a TTS engin开发者_如何转开发e, and i want to disable the buttons until the tts message has finished, so the user can\'t select an option on the screen until the tts message has been listene
I\'m at a lost. I want to be able to adjust the speak volume. Whatever I do, I can\'t increase its volume. How do I make it as loud as that found in the Android settings (as below)?
I have a BroadCastReceiver that starts a background service. This service speaks some text using TTS. Since it all starts with a BroadcastReceiver, there is no UI.
Using a previous SO answer I\'ve integrated TTS into a website here: http://access.mwjt.co.uk/feedback/tts.php
I\'m writing an application that makes use of Java\'s speech API and FreeTTS. 开发者_高级运维The application works fine when I run it from the Netbeans IDE, but when I try to run it from a jar file on
I am new to android. Can any one help me with the following requirement; to call an activity after the speech of the current activity has completed.