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.
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.