mirror of
https://github.com/jambonz/speech-utils.git
synced 2026-07-24 05:01:51 +00:00
Merge pull request #54 from jambonz/feat/fix_getVoice_aws
fix get aws voice should not be limit in en-US
This commit is contained in:
@@ -97,7 +97,7 @@ const getAwsVoices = async(_client, logger, credentials) => {
|
||||
secretAccessKey
|
||||
}
|
||||
});
|
||||
const command = new DescribeVoicesCommand({LanguageCode: 'en-US'});
|
||||
const command = new DescribeVoicesCommand({});
|
||||
const response = await client.send(command);
|
||||
return response;
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user