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

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"

Activity Has Leaked Serviceconnection Android.speech.speechrecognizer$connection

I'm trying to make a function in google glass that allows me to navigate between the cards with… Read more Activity Has Leaked Serviceconnection Android.speech.speechrecognizer$connection

Keyword Spotting In Speech On Android?

I need to use speech input to insert text. How can i detect keyword when I'm speaking ? Can i d… Read more Keyword Spotting In Speech On Android?

Restricting Speech Recognition Results On Android

I'm making an app that allows people to speak and select between a few options (Strings). I'… Read more Restricting Speech Recognition Results On Android

Burmese Speech To Text Conversion In Android?

Can we add custom language for RecognizerIntent? I have search many SO Question like https://stacko… Read more Burmese Speech To Text Conversion In Android?

Comparison Of Speech Recognition Use In Android: By Intent Or On-thread?

Introduction Android provides two ways for me to use speech recognition. The first way is by an In… Read more Comparison Of Speech Recognition Use In Android: By Intent Or On-thread?

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

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?