ElishaAz / Sayboard

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

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

Open ElishaAz opened 1 year ago

ElishaAz commented 1 year 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