Open caldecy opened 6 years ago
Are you using the kitt_ai engine at all?
Yes I am. Just to double check with you if I'm doing it right, here are my steps when running the codes.
cd ~/Desktop/alexa-avs-sample-app/samples
cd companionService && npm start
cd ~/Desktop/alexa-avs-sample-app/samples
cd javaclient && mvn exec:exec
cd ~/Desktop/alexa-avs-sample-app/samples
cd wakeWordAgent/src && ./wakeWordAgent -e kitt_ai
This is how I should run the codes for Alexa right?
This seems OK. I couldn't tell what was the issue without your exact setup. It feels like you were not changing the files that the sample app was actually using (e.g., it probably copied the files to one location and used the files from there). Please also try to re-build all the libraries and binaries.
Yeah I also assumed so because no matter what source file I change it to, it still registers Alexa as the wakeword.
If I were to rebuild all the libraries and binaries, do I just run the make command in the folder? Or re-install the whole thing?
Hi, I have tried changing the file for my personal model downloaded from KittAi and copying it into the /home/pi/alexa-avs-sample-app/samples/wakeWordAgent/ext/resources folder; then I changed the name of the model file in KittAiSnowyboyWakeWordEngine.cpp to the respective name of my personal model. However, after saving the code and running the "make" command, I still have "Alexa" as my Wake Word.
I've even tried removing the universal Alexa model from the folder and keeping only my personal model in the folder to no avail.
Can you direct me on where I've gone wrong in my setup?
KittAiSnowyboyWakeWordEngine.cpp Code: