initial changes for major tts revamp

This commit is contained in:
Dave Horton
2020-03-08 09:45:06 +00:00
parent cb3024b872
commit 480817264d
10 changed files with 632 additions and 52 deletions

View File

@@ -12,6 +12,7 @@
"SipNotify": "sip:notify",
"SipRedirect": "sip:redirect",
"Say": "say",
"SayLegacy": "say:legacy",
"Tag": "tag",
"Transcribe": "transcribe"
},

View File

@@ -105,7 +105,8 @@ function installSrfLocals(srf, logger) {
updateCallStatus,
retrieveCall,
listCalls,
deleteCall
deleteCall,
synthAudio
} = require('jambonz-realtimedb-helpers')({
host: process.env.JAMBONES_REDIS_HOST,
port: process.env.JAMBONES_REDIS_PORT || 6379
@@ -119,7 +120,8 @@ function installSrfLocals(srf, logger) {
updateCallStatus,
retrieveCall,
listCalls,
deleteCall
deleteCall,
synthAudio
},
parentLogger: logger,
ipv4: localIp,