JamesBrill / react-speech-recognition

💬Speech recognition for your React app
https://webspeechrecognition.com/
MIT License
674 stars 120 forks source link

Does this work on browsers only? #29

Closed fares26597 closed 4 years ago

fares26597 commented 4 years ago

Hi, I see that it works on chrome quite well. I was wondering whether it can be implemented in an android app instead of using it through a browser. Because I couldn't find a better speech library than this one, but I can't get it to work within my app.

JamesBrill commented 4 years ago

This is a web library intended to work in a web browser - it will not work in a native app. However, you could in theory use this inside an Android webview - it appears in the Browser Compatibility table here.