From 276a55e672f5e9d97d70998217e9f1db22a5f33e Mon Sep 17 00:00:00 2001 From: Hoan Luu Huu <110280845+xquanluu@users.noreply.github.com> Date: Mon, 14 Jul 2025 20:29:21 +0700 Subject: [PATCH] support Deepgram river options (#102) --- specs.json | 6 +++++- test/jambonz-verb-test.js | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/specs.json b/specs.json index a99830c..33cf998 100644 --- a/specs.json +++ b/specs.json @@ -914,7 +914,11 @@ "shortUtterance": "boolean", "vadTurnoff": "number", "tag": "string", - "fillerWords" : "boolean" + "fillerWords" : "boolean", + "preflightThreshold": "number", + "eotThreshold": "number", + "eotTimeoutMs": "number", + "mipOptOut": "boolean" } }, "sonioxOptions": { diff --git a/test/jambonz-verb-test.js b/test/jambonz-verb-test.js index 1a01f19..03c7b90 100644 --- a/test/jambonz-verb-test.js +++ b/test/jambonz-verb-test.js @@ -213,6 +213,10 @@ test("validate correct verbs", async (t) => { "deepgramOptions": { "endpointing": 500, "noDelay": true, + preflightThreshold: 1000, + eotThreshold: 500, + eotTimeoutMs: 5000, + mipOptOut: true } }, "say": {