mirror of
https://github.com/jambonz/verb-specifications.git
synced 2025-12-19 04:47:47 +00:00
support enable stt latency calculation (#99)
* support enable stt latency calculation * fixed review comment
This commit is contained in:
@@ -66,6 +66,7 @@
|
|||||||
"amd": "#amd",
|
"amd": "#amd",
|
||||||
"fillerNoise": "#fillerNoise",
|
"fillerNoise": "#fillerNoise",
|
||||||
"notifyEvents": "boolean",
|
"notifyEvents": "boolean",
|
||||||
|
"notifySttLatency": "boolean",
|
||||||
"reset": "string|array",
|
"reset": "string|array",
|
||||||
"onHoldMusic": "string",
|
"onHoldMusic": "string",
|
||||||
"actionHookDelayAction": "#actionHookDelayAction",
|
"actionHookDelayAction": "#actionHookDelayAction",
|
||||||
|
|||||||
@@ -72,6 +72,7 @@ test("validate correct verbs", async (t) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"verb": "config",
|
"verb": "config",
|
||||||
|
"notifySttLatency": true,
|
||||||
"recognizer": {
|
"recognizer": {
|
||||||
"vendor": "google",
|
"vendor": "google",
|
||||||
"language": "de-DE",
|
"language": "de-DE",
|
||||||
|
|||||||
Reference in New Issue
Block a user