mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-01-25 02:08:06 +00:00
wip (#81)
This commit is contained in:
29
specs.json
29
specs.json
@@ -52,6 +52,7 @@
|
|||||||
"ttsStream": "#ttsStream",
|
"ttsStream": "#ttsStream",
|
||||||
"record": "#recordOptions",
|
"record": "#recordOptions",
|
||||||
"listen": "#listenOptions",
|
"listen": "#listenOptions",
|
||||||
|
"stream": "#listenOptions",
|
||||||
"transcribe": "#transcribeOptions",
|
"transcribe": "#transcribeOptions",
|
||||||
"amd": "#amd",
|
"amd": "#amd",
|
||||||
"fillerNoise": "#fillerNoise",
|
"fillerNoise": "#fillerNoise",
|
||||||
@@ -289,6 +290,7 @@
|
|||||||
"exitMediaPath": "boolean",
|
"exitMediaPath": "boolean",
|
||||||
"boostAudioSignal": "number|string",
|
"boostAudioSignal": "number|string",
|
||||||
"listen": "#listen",
|
"listen": "#listen",
|
||||||
|
"stream": "#listen",
|
||||||
"target": ["#target"],
|
"target": ["#target"],
|
||||||
"timeLimit": "number",
|
"timeLimit": "number",
|
||||||
"timeout": "number",
|
"timeout": "number",
|
||||||
@@ -406,6 +408,33 @@
|
|||||||
"url"
|
"url"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"stream": {
|
||||||
|
"properties": {
|
||||||
|
"id": "string",
|
||||||
|
"actionHook": "object|string",
|
||||||
|
"auth": "#auth",
|
||||||
|
"finishOnKey": "string",
|
||||||
|
"maxLength": "number",
|
||||||
|
"metadata": "object",
|
||||||
|
"mixType": {
|
||||||
|
"type": "string",
|
||||||
|
"enum": ["mono", "stereo", "mixed"]
|
||||||
|
},
|
||||||
|
"passDtmf": "boolean",
|
||||||
|
"playBeep": "boolean",
|
||||||
|
"disableBidirectionalAudio": "boolean",
|
||||||
|
"bidirectionalAudio": "#bidirectionalAudio",
|
||||||
|
"sampleRate": "number",
|
||||||
|
"timeout": "number",
|
||||||
|
"transcribe": "#transcribe",
|
||||||
|
"url": "string",
|
||||||
|
"wsAuth": "#auth",
|
||||||
|
"earlyMedia": "boolean"
|
||||||
|
},
|
||||||
|
"required": [
|
||||||
|
"url"
|
||||||
|
]
|
||||||
|
},
|
||||||
"llm": {
|
"llm": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"id": "string",
|
"id": "string",
|
||||||
|
|||||||
Reference in New Issue
Block a user