alphacep / alphacep/vosk-android-demo
Transfer model to sd card
Abierto
- Lenguaje dominante
- Java
- Estrellas
- 1.1k
- Forks
- 278
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Have a nice day
In the demo, the model is in apk. I have an idea to download on demand a zip to an sd card and put it there.
Then I want to do something like this
```
File sdPath = Environment.getExternalStorageDirectory();
sdPath = new File (sdPath.getAbsolutePath() + "/model-android/");
```
but it does not work.
How to make loadable models not stored in apk?
Thanks for the example.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.