mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
initial changes for major tts revamp
This commit is contained in:
@@ -187,12 +187,14 @@
|
||||
"properties": {
|
||||
"vendor": {
|
||||
"type": "string",
|
||||
"enum": ["google"]
|
||||
"enum": ["google", "aws", "polly"]
|
||||
},
|
||||
"language": "string",
|
||||
"voice": "string"
|
||||
},
|
||||
"required": [
|
||||
"vendor"
|
||||
"vendor",
|
||||
"language"
|
||||
]
|
||||
},
|
||||
"recognizer": {
|
||||
|
||||
Reference in New Issue
Block a user