add support for config.ttsStream (#75)

This commit is contained in:
Dave Horton
2024-12-05 16:16:35 -05:00
committed by GitHub
parent f9e6755d8d
commit 43a2805ea8
+10
View File
@@ -48,6 +48,7 @@
"synthesizer": "#synthesizer",
"recognizer": "#recognizer",
"bargeIn": "#bargeIn",
"ttsStream": "#ttsStream",
"record": "#recordOptions",
"listen": "#listenOptions",
"transcribe": "#transcribeOptions",
@@ -97,6 +98,15 @@
"enable"
]
},
"ttsStream": {
"properties": {
"enable": "boolean",
"synthesizer": "#synthesizer"
},
"required": [
"enable"
]
},
"bargeIn": {
"properties": {
"enable": "boolean",