├── .gitignore ├── AUTHORS ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── script_recording.py └── utils.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snipsco/snips-record-personal-hotword/HEAD/.gitignore -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snipsco/snips-record-personal-hotword/HEAD/AUTHORS -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snipsco/snips-record-personal-hotword/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snipsco/snips-record-personal-hotword/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snipsco/snips-record-personal-hotword/HEAD/README.md -------------------------------------------------------------------------------- /script_recording.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snipsco/snips-record-personal-hotword/HEAD/script_recording.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snipsco/snips-record-personal-hotword/HEAD/utils.py --------------------------------------------------------------------------------