Skip to content

Files

Latest commit

9b30b99 · Mar 28, 2020

History

History
This branch is 4 commits ahead of, 37 commits behind synesthesiam/hassio-addons:master.

snowboy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 12, 2019
Jan 13, 2019
Jan 9, 2019
Feb 25, 2019
Feb 25, 2019
Mar 28, 2020
Feb 10, 2020
Jan 12, 2019
Feb 10, 2020
May 2, 2019
Jan 14, 2019
Jan 9, 2019

Snowboy Wake Listener

Small service that listens for a wake word with snowboy. Audio data is streamed in from Rhasspy via MQTT.

Building

To build the Docker image, run make docker in the project root.

To create a local virtual environment, run the create-venv.sh shell script (expects a Debian distribution).

Running

To run with Docker:

docker run -it --network host synesthesiam/snowboy:1.3.0

To run in a virtual environement (after running create-venv.sh):

./run-venv.sh

This will connect to ports 5000 (PUB) and 5001 (PULL) on localhost. By default, the hotword is "snowboy".

Passing --feedback will let you see when audio data is being received and when the hotword is detected. See --help for additional command-line arguments.