mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
#58 - add support for platform (standard, or neural) when using aws tts
This commit is contained in:
@@ -369,6 +369,10 @@
|
||||
},
|
||||
"language": "string",
|
||||
"voice": "string",
|
||||
"platform": {
|
||||
"type": "string",
|
||||
"enum": ["standard", "neural"]
|
||||
},
|
||||
"gender": {
|
||||
"type": "string",
|
||||
"enum": ["MALE", "FEMALE", "NEUTRAL"]
|
||||
|
||||
Reference in New Issue
Block a user