Compare commits

..

1 Commits
0.0.6 ... 0.0.7

Author SHA1 Message Date
Dave Horton
825130348b remove enum on speech vendor since we want to allow custom 2023-03-02 13:21:00 -05:00
3 changed files with 6 additions and 11 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@jambonz/verb-specifications",
"version": "0.0.6",
"version": "0.0.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@jambonz/verb-specifications",
"version": "0.0.6",
"version": "0.0.7",
"license": "MIT",
"dependencies": {
"debug": "^4.3.4",

View File

@@ -1,6 +1,6 @@
{
"name": "@jambonz/verb-specifications",
"version": "0.0.6",
"version": "0.0.7",
"description": "Jambonz Verb Specification Utilities",
"main": "index.js",
"scripts": {

View File

@@ -465,10 +465,7 @@
},
"synthesizer": {
"properties": {
"vendor": {
"type": "string",
"enum": ["google", "aws", "polly", "microsoft", "nuance", "ibm", "nvidia", "default"]
},
"vendor": "string",
"language": "string",
"voice": "string",
"engine": {
@@ -487,10 +484,8 @@
"recognizer": {
"properties": {
"vendor": {
"type": "string",
"enum": ["google", "aws", "microsoft", "nuance", "deepgram", "ibm", "nvidia", "soniox", "default"]
},
"language": "string",
"vendor": "string",
"language": "string",
"vad": "#vad",
"hints": "array",
"hintsBoost": "number",