mirror of
https://github.com/jambonz/speech-utils.git
synced 2026-07-04 19:31:49 +00:00
update to latest speech packages
This commit is contained in:
@@ -444,7 +444,6 @@ const synthNvidia = async(client, logger, {credentials, stats, language, voice,
|
||||
request.setText(text);
|
||||
|
||||
return new Promise((resolve, reject) => {
|
||||
console.log(`language ${language} voice ${voice} model ${model} text ${text}`);
|
||||
rivaClient.synthesize(request, (err, response) => {
|
||||
if (err) {
|
||||
console.error(err);
|
||||
|
||||
Generated
+1095
-1388
File diff suppressed because it is too large
Load Diff
+10
-10
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jambonz/speech-utils",
|
||||
"version": "0.0.8",
|
||||
"version": "0.0.9",
|
||||
"description": "TTS-related speech utilities for jambonz",
|
||||
"main": "index.js",
|
||||
"author": "Dave Horton",
|
||||
@@ -24,18 +24,18 @@
|
||||
},
|
||||
"homepage": "https://github.com/jambonz/speech-utils#readme",
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-polly": "^3.276.0",
|
||||
"@google-cloud/text-to-speech": "^4.2.0",
|
||||
"@grpc/grpc-js": "^1.8.7",
|
||||
"@jambonz/realtimedb-helpers": "^0.6.3",
|
||||
"aws-sdk": "^2.1310.0",
|
||||
"@aws-sdk/client-polly": "^3.303.0",
|
||||
"@google-cloud/text-to-speech": "^4.2.1",
|
||||
"@grpc/grpc-js": "^1.8.13",
|
||||
"@jambonz/promisify-redis": "^0.0.6",
|
||||
"bent": "^7.3.12",
|
||||
"debug": "^4.3.4",
|
||||
"google-protobuf": "^3.21.2",
|
||||
"ibm-watson": "^7.1.2",
|
||||
"form-urlencoded": "^6.1.0",
|
||||
"microsoft-cognitiveservices-speech-sdk": "^1.25.0",
|
||||
"undici": "^5.19.1"
|
||||
"google-protobuf": "^3.21.2",
|
||||
"ibm-watson": "^8.0.0",
|
||||
"microsoft-cognitiveservices-speech-sdk": "^1.26.0",
|
||||
"redis": "^3.1.2",
|
||||
"undici": "^5.21.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"config": "^3.3.9",
|
||||
|
||||
Reference in New Issue
Block a user