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

Android Speech Recognition

I am trying to create an app that simply detects specific phrases that the user can speak into the … Read more Android Speech Recognition

Does Recognitionlistener.onerror() Automatically Speechrecognizer.cancel()?

For various reasons, I need to use the raw SpeechRecognizer API instead of the easier RecognizerInt… Read more Does Recognitionlistener.onerror() Automatically Speechrecognizer.cancel()?

Android - Unlocking Phone With Voice

Is it possible to unlock phone with voice command, even when device is in PowerManager.WakeLock mod… Read more Android - Unlocking Phone With Voice

Voice Activity Detection In Android

I am writing an application that will behave similar to the existing Voice recognition but will be … Read more Voice Activity Detection In Android

Android Voice Recognition Commands

Goal Voice recognition starts, a voice command is spoken and the correct action is done. (Play Some… Read more Android Voice Recognition Commands

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

Speech To Text And Text To Speech At Same Time

INTRODUCTION I'm developing an app where I need to use booth SpeechRecognizer and TTS. But I… Read more Speech To Text And Text To Speech At Same Time