add engine to tts

This commit is contained in:
Dave Horton
2022-01-28 09:04:50 -05:00
parent 88e9f88ecc
commit a1c18e7ccb
2 changed files with 11 additions and 12 deletions
+10 -11
View File
@@ -81,14 +81,6 @@
"url"
]
},
"record": {
"properties": {
"path": "string"
},
"required": [
"path"
]
},
"say": {
"properties": {
"text": "string|array",
@@ -114,7 +106,6 @@
"say": "#say"
},
"required": [
"actionHook"
]
},
"conference": {
@@ -124,6 +115,7 @@
"startConferenceOnEnter": "boolean",
"endConferenceOnExit": "boolean",
"maxParticipants": "number",
"joinMuted": "boolean",
"actionHook": "object|string",
"waitHook": "object|string",
"statusEvents": "array",
@@ -278,6 +270,14 @@
"url"
]
},
"record": {
"properties": {
"path": "string"
},
"required": [
"path"
]
},
"redirect": {
"properties": {
"actionHook": "object|string"
@@ -324,7 +324,6 @@
"earlyMedia": "boolean"
},
"required": [
"transcriptionHook",
"recognizer"
]
},
@@ -370,7 +369,7 @@
},
"language": "string",
"voice": "string",
"platform": {
"engine": {
"type": "string",
"enum": ["standard", "neural"]
},
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@jambonz/node-client",
"version": "0.2.18",
"version": "0.2.19",
"description": "",
"main": "lib/index.js",
"scripts": {