mirror of
https://github.com/jambonz/verb-specifications.git
synced 2025-12-19 04:47:47 +00:00
add support for say verb streaming tts (#74)
This commit is contained in:
@@ -60,7 +60,8 @@
|
||||
"sipRequestWithinDialogHook": "object|string",
|
||||
"boostAudioSignal": "number|string",
|
||||
"vad":"#vad",
|
||||
"referHook": "object|string"
|
||||
"referHook": "object|string",
|
||||
"earlyMedia": "boolean"
|
||||
},
|
||||
"required": []
|
||||
},
|
||||
@@ -200,13 +201,13 @@
|
||||
"properties": {
|
||||
"id": "string",
|
||||
"text": "string|array",
|
||||
"stream": "boolean",
|
||||
"loop": "number|string",
|
||||
"synthesizer": "#synthesizer",
|
||||
"earlyMedia": "boolean",
|
||||
"disableTtsCache": "boolean"
|
||||
},
|
||||
"required": [
|
||||
"text"
|
||||
]
|
||||
},
|
||||
"gather": {
|
||||
|
||||
Reference in New Issue
Block a user