Skip to content

A WIP Flutter Plugin designed for continuous speech recognition with Vosk. Currently only for Android.

License

Notifications You must be signed in to change notification settings

ethan-ou/offline_speech_recognition

Repository files navigation

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"/>

About

A WIP Flutter Plugin designed for continuous speech recognition with Vosk. Currently only for Android.

Resources

License

Stars

Watchers

Forks

Packages