This commit is contained in:
Quan HL
2024-02-26 14:01:53 +07:00
parent be8053db4f
commit 3560a6d4d9
+1 -1
View File
@@ -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':