Feat/deepgrap tts onprem (#846)

* support deepgram tts onprem

* upodate speech utils version
This commit is contained in:
Hoan Luu Huu
2024-08-07 18:25:28 +07:00
committed by GitHub
parent c2a1819cbb
commit f90fcdf57b
4 changed files with 28 additions and 17 deletions

View File

@@ -920,6 +920,7 @@ class CallSession extends Emitter {
speech_credential_sid: credential.speech_credential_sid,
api_key: credential.api_key,
deepgram_stt_uri: credential.deepgram_stt_uri,
deepgram_tts_uri: credential.deepgram_tts_uri,
deepgram_stt_use_tls: credential.deepgram_stt_use_tls
};
}