initial changes to support nuance speech (#78)

* initial changes to support nuance speech

* fixes from testing
This commit is contained in:
Dave Horton
2022-10-31 09:59:36 -04:00
committed by GitHub
parent 8d303390b7
commit 46eee0cc60
5 changed files with 93 additions and 10 deletions

4
app.js
View File

@@ -40,7 +40,8 @@ const {
retrieveSet,
addKey,
retrieveKey,
deleteKey
deleteKey,
getTtsVoices
} = require('@jambonz/realtimedb-helpers')({
host: process.env.JAMBONES_REDIS_HOST || 'localhost',
port: process.env.JAMBONES_REDIS_PORT || 6379
@@ -78,6 +79,7 @@ app.locals = {
addKey,
retrieveKey,
deleteKey,
getTtsVoices,
lookupAppBySid,
lookupAccountBySid,
lookupAccountByPhoneNumber,