alphacep / vosk-android-demo

Offline speech recognition for Android with Vosk library.
Apache License 2.0
714 stars 187 forks source link

Cannot create a model with vosk-model-small-pt-0.3 #207

Closed SchweitzerGAO closed 11 months ago

SchweitzerGAO commented 11 months ago

I think this is because the files are not correctly organized to different directories like other models do. BTW there is no "model.conf" in the zip file. could you please tell me how to download it? image

nshmyrev commented 11 months ago

This is so-called V1 model structure, it should also work. What doesn't work for you exactly?

You can arrange files in V2 structure and pick model.conf from other small model.

SchweitzerGAO commented 11 months ago

Thx! I did exactly what you suggested and it worked properly.