custom-hotword-for-aiy-voicekit icon indicating copy to clipboard operation
custom-hotword-for-aiy-voicekit copied to clipboard

Snowboy API for AIY Voice Kit

Results 6 custom-hotword-for-aiy-voicekit issues
Sort by recently updated
recently updated
newest added

So I've configured it per instructions, when running: src/examples/voice/assistant_grpc_demo_snowboy.py src/mod/resources/alexa/alexa_02092017.umdl I am getting: ``` usage: assistant_grpc_demo_snowboy.py [-h] [--language LANGUAGE] [--volume VOLUME] [--model MODEL] assistant_grpc_demo_snowboy.py: error: unrecognized arguments: src/mod/resources/alexa/alexa_02092017.umdl ``` Tried...

Any way to integrate this hotword detection into this local commands demo? I can't work it out.. ``` #!/usr/bin/env python3 # Copyright 2017 Google Inc. # # Licensed under the...

It,s > DEBUG:google.auth.transport.requests:Making request: POST https://accounts.google.com/o/oauth2/token DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): accounts.google.com:443 DEBUG:urllib3.connectionpool:https://accounts.google.com:443 "POST /o/oauth2/token HTTP/1.1" 200 None INFO:aiy.assistant.grpc:device_model_id: smartmirror2-78e9c-voice-kit INFO:aiy.assistant.grpc:device_id: smartmirror2-78e9c-voice-kit-9e59fa9d-bdf9-4670-87b1-0dbff153ef0f DEBUG:google.auth.transport.requests:Making request: POST https://accounts.google.com/o/oauth2/token DEBUG:urllib3.connectionpool:Starting new HTTPS connection...

``` pi@raspberrypi:~/AIY-voice-kit-python $ src/examples/voice/assistant_grpc_demo_snowboy.py src/mod/resources/alexa/alexa_02092017.umdl usage: assistant_grpc_demo_snowboy.py [-h] [--language LANGUAGE] [--volume VOLUME] [--model MODEL] assistant_grpc_demo_snowboy.py: error: unrecognized arguments: src/mod/resources/alexa/alexa_02092017.umdl pi@raspberrypi:~/AIY-voice-kit-python $ ```

When I get to "sudo apt-get install libatlas-base-dev" after I type y when it asks if I want to continue the install, I get this error: Err:1 http://mirrordirector.raspbian.org/raspbian stretch/main armhf...

Hey, thanks a lot for this great walkthru on getting snowboy up and running! It all works like a charm...but when I try to run the assistant_grpc_demo_snowboy.py with my custom...