John

Results 6 comments of John

@codelivehe On line 20 in project_tools.sh change to: `flutter create --android-language java --ios-language objc --project-name $FLUTTER_APP_PROJECT_NAME --org $FLUTTER_APP_ORG .` and on line 40 of the same file change to: `python...

I'm hoping to download from remote and unzip the files into the DocumentDirectoryPath and then load the model. Is this also possible?

> I really don't know, the only way is try. Generally and from my only and personaly experience, Android is more permissive with this type of approach than iOS. If...

@ShristiC Hello, I was able to get it working by modifying the 'ios/VoskModel.swift' file so that the model is loaded from the document directory and not the bundle. I'm not...

Yes, i use react-native-fs and react-native-zip-archive to store the model in the DocumentDirectoryPath and it should work on android as well.

> Hey @vidman22 can you release a new version with that PR? Looks like it's in the works here https://github.com/riderodd/react-native-vosk/pull/57