Hello - I am looking for some assistance with adding a custom wake word to the local directory on my pi w/2 mic hat satellite. I have successfully trained the word and added it to HA directory. My challenge is the settings on the Pi uses a locally set of wake words and looking to add mine to the list but unfortunately, I do not know how to add it to the directory on my Pi satellite. I used this document to get the satellite up and running and it works perfectly with the predefined / installed wake words. Any assistance would be greatly appreciated! thanks
Copy tflite to the models folder, which you will find in the openwakeword directory. Edit the name yourname_v0.1.tflite
Replace the model name in the main service ( --wake-word-name yourname) and restart it.
So I’m having the same issue. I have the file and I know the solution is to copy the tflite file to the models directory on the satellite,renaming it as you stated, and then updating the service with my new wake word name, but how do I actually copy the file?