{"library":"openwakeword","title":"openWakeWord","description":"An open-source audio wake word (or phrase) detection framework with a focus on performance and simplicity. Current version is 0.6.0. Releases are periodic with enhancements and bug fixes.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install openwakeword"],"cli":{"name":"openwakeword","version":"sh: 1: openwakeword: not found"}},"imports":["from openwakeword import OpenWakeWord","from openwakeword.model import Model"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from openwakeword import OpenWakeWord\n\noww = OpenWakeWord()\naudios = []  # list of audio chunks (numpy arrays)\npredictions = oww.predict(audios)","lang":"python","description":"Initialize the wake word detector and run prediction on audio chunks.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}