Feature/force tts generation (#208)

* Feature: add option synthesizer.forceTtsGeneration #198

* Feature: add option synthesizer.forceTtsGeneration #198

* minor cleanup

* minor

Co-authored-by: Michal Tesar <michal@irevolution.group>
This commit is contained in:
Dave Horton
2023-01-04 15:42:48 -05:00
committed by GitHub
parent b16d49d8ea
commit 05a4665f87
2 changed files with 5 additions and 2 deletions

View File

@@ -122,7 +122,8 @@
"text": "string|array",
"loop": "number|string",
"synthesizer": "#synthesizer",
"earlyMedia": "boolean"
"earlyMedia": "boolean",
"disableTtsCache": "boolean"
},
"required": [
"text"