Reviews
An open-source on-device voice IME (keyboard) for Android using the Vosk library.
Search similar apps
License
GNU General Public License v3.0
<p>This project provides a voice keyboard using <a href="https://alphacephei.com/vosk/android">Vosk</a>. It is based on <a href="https://github.com/Felicis/vosk-android-demo">https://github.com/Felicis/vosk-android-demo</a></p>.
<p>This app requires a Vosk model to run. You can use the built-in downloader or download manually from <a href="https://alphacephei.com/vosk/models">https://alphacephei.com/vosk/models</a>, and then import into the app.</p>
<br/>
<p>Sayboard uses for the following permissions:</p>
<ul>
<li>INTERNET - to download the models. This permission is not required, and can be revoked through the device settings in compatible ROMs. <strong>Sayboard does not, and never will, send any of your information over the internet!</strong>.</li>
<li>RECORD_AUDIO - well, this is a voice keyboard after all.</li>
<li>POST_NOTIFICATIONS - to show download and import progress.</li>
<li>FOREGROUND_SERVICE - to download and import models in the background.</li>
</ul>