Expand description
Detection and live microphone listening for microWakeWord models.
Structs§
- Audio
Device - Config
- Validated model and detection configuration.
- Detection
- A thresholded wake-word prediction.
- Detector
- Streaming detector for 16 kHz mono signed 16-bit PCM.
- Detector
Builder - Builder for detectors that do not use a model JSON file.
- Listener
- A live microphone stream connected to a detector.
- Listener
Builder - Model
Metadata - Descriptive fields from a microWakeWord model file.
Enums§
Constants§
- AUDIO_
BLOCK_ SAMPLES - Samples in one 10 ms mono PCM block.
- DEFAULT_
COOLDOWN - The repeat-suppression period used by
Listenerunless overridden. - SAMPLE_
RATE - Required input sample rate.