gotev / android-speech

Android speech recognition and text to speech made easy
http://gotev.github.io/android-speech/
Apache License 2.0
473 stars 156 forks source link

Library used for speech recognition? #28

Closed ChrisTomAlx closed 5 years ago

ChrisTomAlx commented 5 years ago

Hey,

I have two quick questions.

  1. Does this use googles speech recognition api ?
  2. Does it work offline?

Thanks for the good work. 👍

gotev commented 5 years ago

This library is only a helper wrapper of https://developer.android.com/reference/android/speech/package-summary

Underneath it uses Cloud Speech API. Offline capability depends on device configuration. More on https://stackoverflow.com/questions/17616994/offline-speech-recognition-in-android-jellybean

ChrisTomAlx commented 5 years ago

Thank you for your quick response!