watson-developer-cloud / speech-android-sdk

DEPRECATED - Please use https://github.com/watson-developer-cloud/android-sdk
Apache License 2.0
67 stars 53 forks source link

Provide a sample implementation that extends Android's RecognitionService #5

Closed Kaljurand closed 5 years ago

Kaljurand commented 8 years ago

Provide a sample implementation that extends Android's RecognitionService (see: https://developer.android.com/reference/android/speech/RecognitionService.html) in order to reduce the integration effort for apps that already interact with a recognition service by calling SpeechRecognizer.createSpeechRecognizer (https://developer.android.com/reference/android/speech/SpeechRecognizer.html)

daniel-bolanos commented 8 years ago

Hello @Kaljurand , this is a good idea. We will try to find some time to implement this... thank you for the feedback.