nyumaya / nyumaya_audio_recognition

Classify audio with neural nets on embedded systems like the Raspberry Pi
https://nyumaya.com
Apache License 2.0
82 stars 14 forks source link

Project was not running when using with different package #38

Open Nagaraj100697 opened 7 months ago

Nagaraj100697 commented 7 months ago

Describe the bug In android getting this error when using the model No implementation found for long com.xxxxx.xxxxx.wakeword.nyumaya.NyumayaLibrary.createFeatureExtractor(int, int, int, int, int, float, float) (tried Java_com_xxxxx_wakeword_nyumaya_NyumayaLibrary_createFeatureExtractor and Java_com_xxxxx_wakeword_nyumaya_NyumayaLibrary_createFeatureExtractor__IIIIIFF) - is the library loaded, e.g. System.loadLibrary?