wrapper for Snowboy: a hotword detection engine

DonManfred

Expert
Licensed User
Longtime User

DonManfred

Expert
Licensed User
Longtime User
Deciding in B4A code which umdl files to copy there would be better.
This is part of the included library. It does work like this.
- You can just use ONE file inside your Assets. Only this file will be copied automatically at appstart. If you later then need more files you need to copy them by yourself to the right destinationfolder.
- You can make a selection for the user which one to copy and then copy them by yourself. You need to have them on a different place than the assets for sure.
 

DonManfred

Expert
Licensed User
Longtime User
Preferably the umdl files would be store in a File.DirInternal/snowboy/ folder
This does not work as the native .so file must be seen as an "other app" which does not have access to your apps private folder.

ETA: I´ve in mind i tried it while developing the wrapper... But i´ll re-check it
 

DonManfred

Expert
Licensed User
Longtime User
BTW: If your files have another namen than the files from Multiverses app thern you are OK.
You dont need to use the other files in this folder whili initializing the lib. Just use your files to init the library.

But i aggree that i should find a solution for this issue (multiple apps using the snowboy-folder)
 

DonManfred

Expert
Licensed User
Longtime User
Top