text-to-speech
Android TTS stops music player
In my application, I use Intent checkIntent = new Intent(); checkIntent.setAction(TextToSpeech.Engine.ACTION_CHECK_TTS_DATA);[详细]
2023-04-11 03:32 分类:问答SpeechSynthesizer in ASP.NET - async error
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.[详细]
2023-04-10 22:52 分类:问答issue with tts in android (service isn't started)
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[详细]
2023-04-10 06:22 分类:问答How to include text to speech functionality in my code?
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[详细]
2023-04-09 17:53 分类:问答Android: Question about TTS use
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[详细]
2023-04-07 16:44 分类:问答How to set volume for text-to-speech "speak" method?
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)?[详细]
2023-04-07 11:34 分类:问答BroadcastReceiver TTS and Volume
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.[详细]
2023-04-07 03:03 分类:问答Google text to speech onclick using jquery - cross browser implementation
Using a previous SO answer I\'ve integrated TTS into a website here: http://access.mwjt.co.uk/feedback/tts.php[详细]
2023-04-06 06:44 分类:问答FreeTTS Portability Issue
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[详细]
2023-04-05 03:58 分类:问答To call an Activity after the text has spoken in the current activity in Android text to speech app
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.[详细]
2023-04-01 18:24 分类:问答