feat(hass): support VAD for wakeword

This commit is contained in:
matt1432 2024-12-20 02:29:24 -05:00
parent a393d11e1c
commit ab8efa64c5
7 changed files with 56 additions and 168 deletions
configurations/homie/modules/home-assistant

View file

@ -62,7 +62,12 @@
uri = "tcp://127.0.0.1:10400";
threshold = 0.55;
vadThreshold = 0.50;
customModelsDirectories = ["${wakewords-src}/en/yo_homie"];
preloadModels = ["yo_homie"];
extraArgs = ["--debug"];
};
};