add support for say verb streaming tts (#74)

This commit is contained in:
Dave Horton
2024-11-26 13:52:58 -05:00
committed by GitHub
parent 85b1c3a2f9
commit 6a80506a81

View File

@@ -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": {