From 0471b94ebe949eb664149ac08048904adf155140 Mon Sep 17 00:00:00 2001 From: Quan HL Date: Thu, 4 Apr 2024 10:12:24 +0700 Subject: [PATCH] wip --- lib/synth-audio.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/synth-audio.js b/lib/synth-audio.js index c34cdb3..cb49653 100644 --- a/lib/synth-audio.js +++ b/lib/synth-audio.js @@ -146,7 +146,7 @@ async function synthAudio(client, logger, stats, { account_sid, ) || ( !process.env.JAMBONES_DISABLE_TTS_STREAMING && - vendor === 'elevenlabs' + ['elevenlabs', 'deepgram'].includes(vendor) ) ) { filePath = `${TMP_FOLDER}/${key.replace('tts:', `tts-${salt || ''}`)}.r8`;