update speech utils version (#270)

This commit is contained in:
Hoan Luu Huu
2023-12-06 08:48:19 +07:00
committed by GitHub
parent 4dbe7af9db
commit 7a558c7349
3 changed files with 2336 additions and 11 deletions

2
app.js
View File

@@ -53,7 +53,7 @@ const {
getTtsSize,
purgeTtsCache,
synthAudio
} = require('@jambonz/speech-utils')({redis_client: client}, logger);
} = require('@jambonz/speech-utils')({}, logger);
const {
lookupAppBySid,
lookupAccountBySid,