From 1ce577c8c9125ff32ddf1126150e713393c86d6f Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Sun, 10 Mar 2024 19:12:40 -0400 Subject: [PATCH] add channel property to transcribe, can be used in dial verb to indicate to transcribe only one of the two channels (#47) --- specs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specs.json b/specs.json index 46692c4..9620e2d 100644 --- a/specs.json +++ b/specs.json @@ -487,7 +487,8 @@ "id": "string", "transcriptionHook": "string", "recognizer": "#recognizer", - "earlyMedia": "boolean" + "earlyMedia": "boolean", + "channel": "number" }, "required": [ "transcriptionHook"