Package: wnpp Severity: wishlist Owner: Edward Betts <[email protected]>
* Package name : python-pymicro-wakeword Version : 2.4.1 Upstream Author : Michael Hansen <[email protected]> * URL : https://github.com/OHF-Voice/pymicro-wakeword * License : Apache-2.0 Programming Lang: Python Description : wake word detection with microWakeWord models This library processes 16-bit mono audio at 16 kHz in small chunks, builds the feature frames expected by microWakeWord, and evaluates wake-word models to report detections or detection probabilities. . It can use bundled wake-word model files and associated metadata, including the built-in Okay Nabu model. Audio may be supplied by calling code as streaming frames, read from WAVE files, or provided on standard input from recording tools. . The command-line interface can run a selected model over one or more WAVE files or over a live raw audio stream. The library reports when the configured wake word is detected, and can also expose the probability value used for threshold-based detection. This library is a dependancy of Home Assistant, the Python smart home platform. I plan to maintain it as part of the Home Assistant team.

