Skip to content

Commit

Permalink
add support for playing filler noise while waiting for app to process…
Browse files Browse the repository at this point in the history
… a gather (#46)
  • Loading branch information
davehorton authored Mar 7, 2024
1 parent f3f048d commit 1e9285b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"listen": "#listenOptions",
"transcribe": "#transcribeOptions",
"amd": "#amd",
"fillerNoise": "#fillerNoise",
"notifyEvents": "boolean",
"reset": "string|array",
"onHoldMusic": "string",
Expand All @@ -61,6 +62,16 @@
},
"required": []
},
"fillerNoise": {
"properties": {
"enable": "boolean",
"url": "string",
"startDelaySecs": "number"
},
"required": [
"enable"
]
},
"listenOptions": {
"properties": {
"enable": "boolean",
Expand Down Expand Up @@ -214,6 +225,7 @@
"recognizer": "#recognizer",
"play": "#play",
"say": "#say",
"fillerNoise": "#fillerNoise",
"actionHookDelayAction": "#actionHookDelayAction"
},
"required": [
Expand Down

0 comments on commit 1e9285b

Please sign in to comment.