I am running the Google Assistant SDK on a Raspberry PI 3.
With the recent update to the Google Assistant SDK, it is mentioned that we should now be able to change the language of the assistant running on our device.
After registering the model and creating an instance of the device (as per the instructions), I can now see the device under the "My Devices" section of the Google Assistant App. I set the language to French but still the assistant is listening and speaking in English.
After looking at the sample code on Github, I see that there is a --lang
flag that can be used for the textinput.py and pushtotalk.py scripts. This flag works perfectly fine for those scripts, but is not available for the hotword.py script.
Anyone was able to set a language other than English for the Google Assistant SDK with the hotword?