From 38cdc106ccfa7530ab1a270439f3a4bac415df73 Mon Sep 17 00:00:00 2001 From: Quan HL Date: Fri, 12 Apr 2024 17:55:55 +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 47735c4..66fcda6 100644 --- a/lib/synth-audio.js +++ b/lib/synth-audio.js @@ -155,7 +155,7 @@ async function synthAudio(client, logger, stats, { account_sid, ) || ( !process.env.JAMBONES_DISABLE_TTS_STREAMING && - ['elevenlabs', 'deepgram'].includes(vendor) + ['elevenlabs', 'deepgram', 'rimelabs'].includes(vendor) ) ) { filePath = `${TMP_FOLDER}/${key.replace('tts:', `tts-${salt || ''}`)}.r8`;