ethan-ou / offline_speech_recognition

A WIP Flutter Plugin designed for continuous speech recognition with Vosk. Currently only for Android.
Other
24 stars 5 forks source link

offline_speech_recognition

For the current version of the speech recognition plugin, see the Vosk repository: https://github.com/alphacep/vosk-flutter.

Getting Started

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Notes

You may need to add for Android:


<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>