# openWakeWord-cpp **Repository Path**: amikey/openWakeWord-cpp ## Basic Information - **Project Name**: openWakeWord-cpp - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-29 - **Last Updated**: 2023-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # openWakeWord C++ C++ version of [openWakeWord](https://github.com/dscripka/openWakeWord). ## Build 1. Download a release of the [onnxruntime](https://github.com/microsoft/onnxruntime) and extract to `lib/` where `` is `uname -m`. 2. Run `make` ## Run After building, run: ``` sh arecord -r 16000 -c 1 -f S16_LE -t raw - | \ build/openwakeword --model models/alexa_v0.1.onnx ``` You can add multiple `--model ` arguments. See `--help` for more options.