feat: add OpenWakeWord model "Home_assistant"

This commit is contained in:
Michael Mandl 2025-01-11 15:51:49 +01:00
parent 5b08283882
commit be15c3db2e
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
2 changed files with 12 additions and 0 deletions

12
Home_assistant.json Normal file
View file

@ -0,0 +1,12 @@
{
"type": "micro",
"wake_word": "Home Assistant",
"author": "unknown",
"website": "https://git.molez.org",
"model": "./Home_assistant.tflite",
"version": 1,
"micro": {
"probability_cutoff": 0.5,
"sliding_window_average_size": 10
}
}

BIN
Home_assistant.tflite Normal file

Binary file not shown.