From 95a1384f02deb4c2f36a11f21fd7a6a45c888a90 Mon Sep 17 00:00:00 2001 From: Quan HL Date: Fri, 25 Aug 2023 15:57:43 +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 f44723d..b07994f 100644 --- a/lib/synth-audio.js +++ b/lib/synth-audio.js @@ -311,7 +311,7 @@ async function synthMicrosoft(logger, { text, filePath }) { - const synthFunc = process.env.ONPREM_AZURE_SYNTHESIZE_BY_HTTP ? + const synthFunc = process.env.JAMBONZ_ONPREM_AZURE_SYNTHESIZE_BY_HTTP ? _synthMicrosoftByHttp : _synthMicrosoftBySdk; return await synthFunc(logger, { credentials,