Engine-neural
parent
7fcc27ada1
commit
51c520108b
|
@ -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,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue