Kitt-AI / snowboy

Future versions with model training module will be maintained through a forked version here: https://github.com/seasalt-ai/snowboy
Other
3.11k stars 1.01k forks source link

pmdl support for Android #600

Open SumedBN opened 5 years ago

SumedBN commented 5 years ago

I am trying to use snowboy hotword detection for a demo in Android platform. Does the android code "snowboy-master/examples/Android" support for pmdl files. It works for all the umdl files but doesn't work for pmdl files.

Changed the following variable from snowboy-master/examples/Android/SnowboyAlexaDemo/src/ai/kitt/snowboy/Constants.java ACTIVE_UMDL = "my_file.pmdl"; When the application was launched on Android devices and started it starts playing 'ding' noise continuously. Whereas the same works file with any umdl file.

I have verified the C code works for umdl and pmdl files.

Please let me know if I am missing something. Your reply is highly appreciated.

realysy commented 4 years ago

maybe you should check your sensitivity parameter, trying to decide a lower value; or just to try to train the pmdl in your working environment.