Engine-neural
parent
0a78f89fa9
commit
5775c45d8c
|
@ -30,6 +30,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