Engine-neural
parent
0a78f89fa9
commit
5775c45d8c
|
@ -30,6 +30,7 @@ const aiTextToSpeech = async (req, res) => {
|
|||
const params = {
|
||||
Text: text,
|
||||
OutputFormat: 'mp3',
|
||||
Engine:'neural',
|
||||
VoiceId: pollyVoiceId,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue