From 1e9285b9d9b5d946c20cc31f08c9cb00a12aa796 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Thu, 7 Mar 2024 15:10:55 -0500 Subject: [PATCH] add support for playing filler noise while waiting for app to process a gather (#46) --- specs.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/specs.json b/specs.json index a13b5bd..46692c4 100644 --- a/specs.json +++ b/specs.json @@ -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": [