mirror of
https://github.com/jambonz/verb-specifications.git
synced 2025-12-19 04:47:47 +00:00
support Deepgram river options (#102)
This commit is contained in:
@@ -914,7 +914,11 @@
|
|||||||
"shortUtterance": "boolean",
|
"shortUtterance": "boolean",
|
||||||
"vadTurnoff": "number",
|
"vadTurnoff": "number",
|
||||||
"tag": "string",
|
"tag": "string",
|
||||||
"fillerWords" : "boolean"
|
"fillerWords" : "boolean",
|
||||||
|
"preflightThreshold": "number",
|
||||||
|
"eotThreshold": "number",
|
||||||
|
"eotTimeoutMs": "number",
|
||||||
|
"mipOptOut": "boolean"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sonioxOptions": {
|
"sonioxOptions": {
|
||||||
|
|||||||
@@ -213,6 +213,10 @@ test("validate correct verbs", async (t) => {
|
|||||||
"deepgramOptions": {
|
"deepgramOptions": {
|
||||||
"endpointing": 500,
|
"endpointing": 500,
|
||||||
"noDelay": true,
|
"noDelay": true,
|
||||||
|
preflightThreshold: 1000,
|
||||||
|
eotThreshold: 500,
|
||||||
|
eotTimeoutMs: 5000,
|
||||||
|
mipOptOut: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"say": {
|
"say": {
|
||||||
|
|||||||
Reference in New Issue
Block a user