mirror of
https://github.com/jambonz/speech-utils.git
synced 2025-12-19 03:37:49 +00:00
Merge pull request #124 from jambonz/fix/aws_tts
support mod_aws_tts with engine parameter
This commit is contained in:
@@ -333,6 +333,7 @@ const synthPolly = async(createHash, retrieveHash, logger,
|
||||
}
|
||||
}
|
||||
if (region) params += `,region=${region}`;
|
||||
if (engine) params += `,engine=${engine}`;
|
||||
params += '}';
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user