support Deepgram river options (#102)

This commit is contained in:
Hoan Luu Huu
2025-07-14 20:29:21 +07:00
committed by GitHub
parent 840db61042
commit 276a55e672
2 changed files with 9 additions and 1 deletions

View File

@@ -914,7 +914,11 @@
"shortUtterance": "boolean",
"vadTurnoff": "number",
"tag": "string",
"fillerWords" : "boolean"
"fillerWords" : "boolean",
"preflightThreshold": "number",
"eotThreshold": "number",
"eotTimeoutMs": "number",
"mipOptOut": "boolean"
}
},
"sonioxOptions": {

View File

@@ -213,6 +213,10 @@ test("validate correct verbs", async (t) => {
"deepgramOptions": {
"endpointing": 500,
"noDelay": true,
preflightThreshold: 1000,
eotThreshold: 500,
eotTimeoutMs: 5000,
mipOptOut: true
}
},
"say": {