mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 00:58:34 +00:00
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:
@@ -122,7 +122,8 @@
|
||||
"text": "string|array",
|
||||
"loop": "number|string",
|
||||
"synthesizer": "#synthesizer",
|
||||
"earlyMedia": "boolean"
|
||||
"earlyMedia": "boolean",
|
||||
"disableTtsCache": "boolean"
|
||||
},
|
||||
"required": [
|
||||
"text"
|
||||
|
||||
Reference in New Issue
Block a user