-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KITT wake word in alexa-client-sdk #215
Comments
From what I can see in the log
It looks like it cannot find the |
Hi @chenguoguo ,
For generic desktop building, there is no problem: my destkop env is
It's works fine with lib/ubuntu64/libsnowboy-detect.a But, now, I need to migrate it to my embedded device,to cross compiling it, none of libraries is worked for me. Do I need to cross compile ATLAS? if so, would you have any suggestions about it? Appreciate! |
If you have to cross compile it, I'd suggest |
BTW, for platforms other than Raspberry Pi, we have not compiled our frontend processing unit into the library yet, which means there will be a performance degradation for the Alexa model we released. We will compile it in the next few weeks, just keep that in mind. |
And what is your embedded platform? |
Hi @chenguoguo , My embedded platform is:
Question here: if the rpi/libsnowboy-detect.a is suitable for my target platform? My cross-compiler is:
|
It feels like the rpi version should work. You can even try to copy atlas libraries from rpi if you don't want to cross compile OpenBLAS |
Hi @boyce-xx, |
Hi, I'm developing an app which want to integrate Alexa's AVS function into it. KITT wake-word is only supported in the current SDK(v0.4), so I'm trying to compile AVS sdk with KITT wake-word detector, and I want to cross-compile it for my target platform, my platform is:
My cross-compiler is:
but I got an issue when making the sdk like that:
maybe I'm using a wrong library compatible version of Kitt.ai, please suggest which library is suitable for my target platform, thanks.
For more information, please see this.
The text was updated successfully, but these errors were encountered: