update speech utils 0.2.7 (#1177)

* update speech utils 0.2.7

* wip
This commit is contained in:
Hoan Luu Huu
2025-04-29 19:26:09 +07:00
committed by GitHub
parent 3098e04ed6
commit ed92cb2632
3 changed files with 6 additions and 5 deletions

View File

@@ -327,6 +327,7 @@ class TaskSay extends TtsTask {
if (key.startsWith('variable_tts_')) {
let newKey = key.substring('variable_tts_'.length)
.replace('whisper_', 'whisper.')
.replace('nvidia_', 'nvidia.')
.replace('deepgram_', 'deepgram.')
.replace('playht_', 'playht.')
.replace('cartesia_', 'cartesia.')

8
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"@jambonz/http-health-check": "^0.0.1",
"@jambonz/mw-registrar": "^0.2.7",
"@jambonz/realtimedb-helpers": "^0.8.13",
"@jambonz/speech-utils": "^0.2.6",
"@jambonz/speech-utils": "^0.2.7",
"@jambonz/stats-collector": "^0.1.10",
"@jambonz/time-series": "^0.2.13",
"@jambonz/verb-specifications": "^0.0.103",
@@ -1467,9 +1467,9 @@
}
},
"node_modules/@jambonz/speech-utils": {
"version": "0.2.6",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.2.6.tgz",
"integrity": "sha512-QTZB2FXjTlt4m3ljA7avWKsKFtxu/JIF2DcfJSNvQOuiDm0qmIn9h/zDevALmpyKH3wLfLxnAK9AZFORdPxYqA==",
"version": "0.2.7",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.2.7.tgz",
"integrity": "sha512-cV3RAp3sTchnYy9w0gaAyP2GlmscsMIt3TlcI/7GrTE1DNh7BNMLoQZeo1WprM9w4etVPMCu561O1O/bRlP+gg==",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-polly": "^3.496.0",

View File

@@ -31,7 +31,7 @@
"@jambonz/http-health-check": "^0.0.1",
"@jambonz/mw-registrar": "^0.2.7",
"@jambonz/realtimedb-helpers": "^0.8.13",
"@jambonz/speech-utils": "^0.2.6",
"@jambonz/speech-utils": "^0.2.7",
"@jambonz/stats-collector": "^0.1.10",
"@jambonz/time-series": "^0.2.13",
"@jambonz/verb-specifications": "^0.0.103",