mirror of
https://github.com/jambonz/speech-utils.git
synced 2026-07-04 19:31:49 +00:00
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