update to speech-utils@0.0.18 which ignores trimming of silence on azure ssml audio

This commit is contained in:
Dave Horton
2023-07-25 07:51:46 -04:00
parent 7b11a56a53
commit 38ea9e7411
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -14,7 +14,7 @@
"@jambonz/db-helpers": "^0.9.1", "@jambonz/db-helpers": "^0.9.1",
"@jambonz/http-health-check": "^0.0.1", "@jambonz/http-health-check": "^0.0.1",
"@jambonz/realtimedb-helpers": "^0.8.6", "@jambonz/realtimedb-helpers": "^0.8.6",
"@jambonz/speech-utils": "^0.0.17", "@jambonz/speech-utils": "^0.0.18",
"@jambonz/stats-collector": "^0.1.8", "@jambonz/stats-collector": "^0.1.8",
"@jambonz/time-series": "^0.2.8", "@jambonz/time-series": "^0.2.8",
"@jambonz/verb-specifications": "^0.0.26", "@jambonz/verb-specifications": "^0.0.26",
@@ -2983,9 +2983,9 @@
} }
}, },
"node_modules/@jambonz/speech-utils": { "node_modules/@jambonz/speech-utils": {
"version": "0.0.17", "version": "0.0.18",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.17.tgz", "resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.18.tgz",
"integrity": "sha512-mNmMIfGSH4snUAJ9lyT7bPKwnZx3M5HiouDNEsjvm3cvo5xMTQbQx9LNHtYdxuCzUDG88PL5m5Gpiv4T+1jTng==", "integrity": "sha512-UoX1sPV/kDUBp4uiivbFftpn9nx6G9rmspneszrksnSWERp0SP09yL6rvEFFTDMvFmK2ivP6TIMRywlExO4OQg==",
"dependencies": { "dependencies": {
"@aws-sdk/client-polly": "^3.359.0", "@aws-sdk/client-polly": "^3.359.0",
"@google-cloud/text-to-speech": "^4.2.1", "@google-cloud/text-to-speech": "^4.2.1",
@@ -12949,9 +12949,9 @@
} }
}, },
"@jambonz/speech-utils": { "@jambonz/speech-utils": {
"version": "0.0.17", "version": "0.0.18",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.17.tgz", "resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.0.18.tgz",
"integrity": "sha512-mNmMIfGSH4snUAJ9lyT7bPKwnZx3M5HiouDNEsjvm3cvo5xMTQbQx9LNHtYdxuCzUDG88PL5m5Gpiv4T+1jTng==", "integrity": "sha512-UoX1sPV/kDUBp4uiivbFftpn9nx6G9rmspneszrksnSWERp0SP09yL6rvEFFTDMvFmK2ivP6TIMRywlExO4OQg==",
"requires": { "requires": {
"@aws-sdk/client-polly": "^3.359.0", "@aws-sdk/client-polly": "^3.359.0",
"@google-cloud/text-to-speech": "^4.2.1", "@google-cloud/text-to-speech": "^4.2.1",

View File

@@ -28,7 +28,7 @@
"@jambonz/db-helpers": "^0.9.1", "@jambonz/db-helpers": "^0.9.1",
"@jambonz/http-health-check": "^0.0.1", "@jambonz/http-health-check": "^0.0.1",
"@jambonz/realtimedb-helpers": "^0.8.6", "@jambonz/realtimedb-helpers": "^0.8.6",
"@jambonz/speech-utils": "^0.0.17", "@jambonz/speech-utils": "^0.0.18",
"@jambonz/stats-collector": "^0.1.8", "@jambonz/stats-collector": "^0.1.8",
"@jambonz/time-series": "^0.2.8", "@jambonz/time-series": "^0.2.8",
"@jambonz/verb-specifications": "^0.0.26", "@jambonz/verb-specifications": "^0.0.26",