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

How to recoginiton from audio file? #26

Closed StormLion closed 5 years ago

StormLion commented 5 years ago

How to recoginiton from audio file directly?

gotev commented 5 years ago

This library is only a wrapper of the bundled in functionalities provided by Android Speech API. This feature is not available. If you need it, you have to use Google Cloud Speech API, which is beyond the scope of this library as it is a paid service.