mirror of
https://github.com/jambonz/speech-utils.git
synced 2025-12-19 03:37:49 +00:00
wip
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user