support enable stt latency calculation (#99)

* support enable stt latency calculation

* fixed review comment
This commit is contained in:
Hoan Luu Huu
2025-07-11 20:57:03 +07:00
committed by GitHub
parent 6c24ad1145
commit c24fb7996c
2 changed files with 2 additions and 0 deletions

View File

@@ -66,6 +66,7 @@
"amd": "#amd",
"fillerNoise": "#fillerNoise",
"notifyEvents": "boolean",
"notifySttLatency": "boolean",
"reset": "string|array",
"onHoldMusic": "string",
"actionHookDelayAction": "#actionHookDelayAction",

View File

@@ -72,6 +72,7 @@ test("validate correct verbs", async (t) => {
},
{
"verb": "config",
"notifySttLatency": true,
"recognizer": {
"vendor": "google",
"language": "de-DE",