support mod_aws_tts with engine parameter

This commit is contained in:
Quan HL
2025-08-17 06:44:40 +07:00
parent b1b9c182a9
commit b186cbc4f2

View File

@@ -333,6 +333,7 @@ const synthPolly = async(createHash, retrieveHash, logger,
}
}
if (region) params += `,region=${region}`;
if (engine) params += `,engine=${engine}`;
params += '}';
return {