diff --git a/specs.json b/specs.json index ba85fa1..a107878 100644 --- a/specs.json +++ b/specs.json @@ -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",