update to speech-utils with env to disable elevenlabs streaming (default is on)

This commit is contained in:
Dave Horton
2024-02-12 12:49:45 -05:00
parent f0533c881b
commit 42be9ff1ca
2 changed files with 16 additions and 16 deletions
+14 -14
View File
@@ -15,10 +15,10 @@
"@jambonz/http-health-check": "^0.0.1",
"@jambonz/mw-registrar": "^0.2.4",
"@jambonz/realtimedb-helpers": "^0.8.7",
"@jambonz/speech-utils": "^0.0.39",
"@jambonz/speech-utils": "^0.0.40",
"@jambonz/stats-collector": "^0.1.9",
"@jambonz/time-series": "^0.2.8",
"@jambonz/verb-specifications": "^0.0.52",
"@jambonz/verb-specifications": "^0.0.53",
"@opentelemetry/api": "^1.4.0",
"@opentelemetry/exporter-jaeger": "^1.9.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.35.0",
@@ -3468,9 +3468,9 @@
}
},
"node_modules/@jambonz/speech-utils": {
"version": "0.0.39",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.39.tgz",
"integrity": "sha512-WwYE3ItQC2kV36nNZW1VE17FxaOhCWl5O153gy2qUxZYlwtHcnnhnU/5HBqEMyf45pNIAMDeeVrkBBWnq3H41Q==",
"version": "0.0.40",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.40.tgz",
"integrity": "sha512-tpTZ8yXxKlnl9Lg0ElpwmDeXT2GHpxYnUrrA4ut+LeRYdwRQ9Lc2c8dVPQPdek+Oj/Qh5ElEVcxeugy7k7Sebw==",
"dependencies": {
"@aws-sdk/client-polly": "^3.496.0",
"@aws-sdk/client-sts": "^3.496.0",
@@ -3517,9 +3517,9 @@
}
},
"node_modules/@jambonz/verb-specifications": {
"version": "0.0.52",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.52.tgz",
"integrity": "sha512-aAuHUpK2gwxwgQVcOQ65L4ue5SX2wT21m+Zg2Bjadoi+4NnIa9jpLG14ZQK/YcBcy075xVEya+KuEwlt+S3tfg==",
"version": "0.0.53",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.53.tgz",
"integrity": "sha512-CXQlFuHgPcjB8UR75Zxh41aF2Q/QegBAq+zsuegmpeD5fwI6EEvydAm2aSDICNhtp7iN13KzQ6wlh5u9TQnR0Q==",
"dependencies": {
"debug": "^4.3.4",
"pino": "^8.8.0"
@@ -14112,9 +14112,9 @@
}
},
"@jambonz/speech-utils": {
"version": "0.0.39",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.39.tgz",
"integrity": "sha512-WwYE3ItQC2kV36nNZW1VE17FxaOhCWl5O153gy2qUxZYlwtHcnnhnU/5HBqEMyf45pNIAMDeeVrkBBWnq3H41Q==",
"version": "0.0.40",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.40.tgz",
"integrity": "sha512-tpTZ8yXxKlnl9Lg0ElpwmDeXT2GHpxYnUrrA4ut+LeRYdwRQ9Lc2c8dVPQPdek+Oj/Qh5ElEVcxeugy7k7Sebw==",
"requires": {
"@aws-sdk/client-polly": "^3.496.0",
"@aws-sdk/client-sts": "^3.496.0",
@@ -14160,9 +14160,9 @@
}
},
"@jambonz/verb-specifications": {
"version": "0.0.52",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.52.tgz",
"integrity": "sha512-aAuHUpK2gwxwgQVcOQ65L4ue5SX2wT21m+Zg2Bjadoi+4NnIa9jpLG14ZQK/YcBcy075xVEya+KuEwlt+S3tfg==",
"version": "0.0.53",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.53.tgz",
"integrity": "sha512-CXQlFuHgPcjB8UR75Zxh41aF2Q/QegBAq+zsuegmpeD5fwI6EEvydAm2aSDICNhtp7iN13KzQ6wlh5u9TQnR0Q==",
"requires": {
"debug": "^4.3.4",
"pino": "^8.8.0"
+2 -2
View File
@@ -31,10 +31,10 @@
"@jambonz/http-health-check": "^0.0.1",
"@jambonz/mw-registrar": "^0.2.4",
"@jambonz/realtimedb-helpers": "^0.8.7",
"@jambonz/speech-utils": "^0.0.39",
"@jambonz/speech-utils": "^0.0.40",
"@jambonz/stats-collector": "^0.1.9",
"@jambonz/time-series": "^0.2.8",
"@jambonz/verb-specifications": "^0.0.52",
"@jambonz/verb-specifications": "^0.0.53",
"@opentelemetry/api": "^1.4.0",
"@opentelemetry/exporter-jaeger": "^1.9.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.35.0",