Engine-neural
This commit is contained in:
@@ -31,6 +31,7 @@ const aiTextToSpeech = async (req, res) => {
|
|||||||
const params = {
|
const params = {
|
||||||
Text: text,
|
Text: text,
|
||||||
OutputFormat: 'mp3',
|
OutputFormat: 'mp3',
|
||||||
|
Engine:'neural',
|
||||||
VoiceId: pollyVoiceId,
|
VoiceId: pollyVoiceId,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user