added synthesizer.azureServiceEndpoint for custom neural voices on azure

This commit is contained in:
Dave Horton
2022-11-26 10:24:37 -05:00
parent 250545a926
commit 701ae48bf2
3 changed files with 5 additions and 4 deletions

View File

@@ -422,7 +422,8 @@
"gender": {
"type": "string",
"enum": ["MALE", "FEMALE", "NEUTRAL"]
}
},
"azureServiceEndpoint": "string"
},
"required": [
"vendor"

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@jambonz/node-client",
"version": "0.3.34",
"version": "0.3.35",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@jambonz/node-client",
"version": "0.3.34",
"version": "0.3.35",
"license": "MIT",
"dependencies": {
"bent": "^7.3.12",

View File

@@ -1,6 +1,6 @@
{
"name": "@jambonz/node-client",
"version": "0.3.34",
"version": "0.3.35",
"description": "Node.js client for building jambonz applications (jambonz.org)",
"main": "lib/index.js",
"scripts": {