cp config.py.example config.py
brew install pipenv
brew install portaudio
pipenv install
pipenv shell
python main.py
pipenv shell
python main.py record
pipenv shell
python main.py train
pylint *.py chomsky/*.py chomsky/commands/*.py
python -m unittest chomsky/test/*.py
Create a new file at chomsky/commands/_wakeup/x.py
(where x
is the name of the command).
Run record
to record trigger files. Place the files in sounds/commands/x
.