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

@@ -77,6 +77,7 @@ const speechMapper = (cred) => {
const o = JSON.parse(decrypt(credential));
obj.api_key = o.api_key;
obj.deepgram_stt_uri = o.deepgram_stt_uri;
obj.deepgram_tts_uri = o.deepgram_tts_uri;
obj.deepgram_stt_use_tls = o.deepgram_stt_use_tls;
}
else if ('soniox' === obj.vendor) {