add support for playing filler noise while waiting for app to process a gather (#46)

This commit is contained in:
Dave Horton
2024-03-07 15:10:55 -05:00
committed by GitHub
parent f3f048d94f
commit 1e9285b9d9

View File

@@ -52,6 +52,7 @@
"listen": "#listenOptions",
"transcribe": "#transcribeOptions",
"amd": "#amd",
"fillerNoise": "#fillerNoise",
"notifyEvents": "boolean",
"reset": "string|array",
"onHoldMusic": "string",
@@ -61,6 +62,16 @@
},
"required": []
},
"fillerNoise": {
"properties": {
"enable": "boolean",
"url": "string",
"startDelaySecs": "number"
},
"required": [
"enable"
]
},
"listenOptions": {
"properties": {
"enable": "boolean",
@@ -214,6 +225,7 @@
"recognizer": "#recognizer",
"play": "#play",
"say": "#say",
"fillerNoise": "#fillerNoise",
"actionHookDelayAction": "#actionHookDelayAction"
},
"required": [