initial changes for major tts revamp

This commit is contained in:
Dave Horton
2020-03-08 09:45:06 +00:00
parent cb3024b872
commit 480817264d
10 changed files with 632 additions and 52 deletions

View File

@@ -187,12 +187,14 @@
"properties": {
"vendor": {
"type": "string",
"enum": ["google"]
"enum": ["google", "aws", "polly"]
},
"language": "string",
"voice": "string"
},
"required": [
"vendor"
"vendor",
"language"
]
},
"recognizer": {