ElishaAz / Sayboard

An open-source on-device voice IME (keyboard) for Android using the Vosk library.
GNU General Public License v3.0
304 stars 19 forks source link

Properly check if the imported zip is a Vosk Model #46

Open ElishaAz opened 8 months ago

ElishaAz commented 8 months ago

The current method used to detect if a zip file is a Vosk Model (check if the files am/final.mdl and conf/model.conf exist) does not register the models for Portuguese, Turkish, and Vietnamese.

Depends on https://github.com/alphacep/vosk-api/issues/1460