support verbio speech (#323)

* support verbio speech

* wip

* update speech version

* update verb specification
This commit is contained in:
Hoan Luu Huu
2024-05-29 18:35:40 +07:00
committed by GitHub
parent ffe9cb23eb
commit d33d0aa519
8 changed files with 212 additions and 15 deletions

2
app.js
View File

@@ -54,6 +54,7 @@ const {
getTtsSize,
purgeTtsCache,
getAwsAuthToken,
getVerbioAccessToken,
synthAudio
} = require('@jambonz/speech-utils')({}, logger);
const {
@@ -99,6 +100,7 @@ app.locals = {
getTtsVoices,
getTtsSize,
getAwsAuthToken,
getVerbioAccessToken,
purgeTtsCache,
synthAudio,
lookupAppBySid,