From 3560a6d4d990176374d80a9353a858879f5b6c42 Mon Sep 17 00:00:00 2001 From: Quan HL Date: Mon, 26 Feb 2024 14:01:53 +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 6fdd5f9..7bd509f 100644 --- a/lib/synth-audio.js +++ b/lib/synth-audio.js @@ -190,7 +190,7 @@ async function synthAudio(client, logger, stats, { account_sid, } else { audioBuffer = await synthMicrosoft(logger, {credentials, stats, language, voice, text, deploymentId, - filePath}); + filePath, renderForCaching}); } break; case 'nuance':