Skip to content Skip to sidebar Skip to footer
Showing posts with the label Speech Recognition

Android Speechrecognizer When Do I Get Error_client When Starting The Voice Recognizer?

I am not sure about some documentation related stuff. To sum up what I did and what I want to to: I… Read more Android Speechrecognizer When Do I Get Error_client When Starting The Voice Recognizer?

Saving Audio Input Of Android Stock Speech Recognition Engine

I am trying to save in a file the audio data listened by speech recognition service of android. Act… Read more Saving Audio Input Of Android Stock Speech Recognition Engine

Android Speech Recognition Service Null Pointer Exceptions

i am trying to create an android speech recognitions service following the example here: Android Sp… Read more Android Speech Recognition Service Null Pointer Exceptions

Recognizerintent Not Working; "missing Extra Calling_package"

I'm having problems using the RecognizerIntent API on Android 2.2. When I call the API using th… Read more Recognizerintent Not Working; "missing Extra Calling_package"

Voicerecognition Android Taking Too Long To React

I'm trying to find a way to get the SpeechRecognizer to react to speech a lot quicker. I have f… Read more Voicerecognition Android Taking Too Long To React

Capturing Audio Sent To Google's Speech Recognition Server

to recognize speech by Google server, I use SpeechRecognizer class in combination with RecognitionL… Read more Capturing Audio Sent To Google's Speech Recognition Server

Tts *and* Speech Input Simultaneously?

I noticed that as soon as a voice recognition activity starts, text-to-speech output stops. I under… Read more Tts *and* Speech Input Simultaneously?

Stopping Speech Recognition Before Using Text To Speech

I am implementing a dialogue application using speech recognition and text to speech. I noticed tha… Read more Stopping Speech Recognition Before Using Text To Speech