diff --git a/src/routes/api/aiTextToSpeech.js b/src/routes/api/aiTextToSpeech.js index cab2b92..1337be1 100644 --- a/src/routes/api/aiTextToSpeech.js +++ b/src/routes/api/aiTextToSpeech.js @@ -31,6 +31,7 @@ const aiTextToSpeech = async (req, res) => { const params = { Text: text, OutputFormat: 'mp3', + Engine:'neural', VoiceId: pollyVoiceId, };