#118 · Primary category: Speech & Audio

vosk-android-demo

android asr kaldi offline speech-recognition vosk

Offline speech recognition for Android with Vosk library.

Project last updated:12/08/25

GitHub Stars

1.1K

Forks

277

Contributors

6

License

Apache-2.0

Why we included this project

Vosk's Android demo is a working reference for adding offline speech-to-text to a mobile app. It shows how to capture audio, feed it to the recognizer, and display live transcription, all without a cloud backend or internet connection. The same pipeline also supports speaker identification, so you can build voice-gated or personalized features that need both what was said and who said it. Since it builds in Android Studio and the releases include pre-built binaries, you can run it before digging into the integration, then lift the pattern into your own code instead of starting from the Vosk docs. For privacy-conscious speech features that must work offline, this is a practical starting point.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category