This commit is contained in:
Quan HL
2025-08-14 17:13:05 +07:00
parent 62ad8abb8e
commit 1c76f74b4a

View File

@@ -211,7 +211,7 @@ async function synthAudio(client, createHash, retrieveHash, logger, stats, { acc
case 'polly':
vendorLabel = 'aws';
audioData = await synthPolly(createHash, retrieveHash, logger,
{credentials, stats, language, voice, text, engine});
{credentials, stats, language, voice, text, engine, renderForCaching, disableTtsStreaming});
break;
case 'azure':
case 'microsoft':