gotev / android-speech

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

Using different source #19

Closed alduxvm closed 6 years ago

alduxvm commented 6 years ago

Hi!

More than an issue this is a question, is it possible to use a different audio source? like an external microphone??

Thanks!

gotev commented 6 years ago

The library is simply a wrapper around the SpeechRecognizer API provided on Android and from what I know I don't think it's possible.