From 5775c45d8cd89113432f053b02407c11f220ac1a Mon Sep 17 00:00:00 2001 From: Kar Date: Wed, 6 Nov 2024 18:39:02 +0530 Subject: [PATCH] Engine-neural --- src/routes/api/aiTextToSpeech.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/api/aiTextToSpeech.js b/src/routes/api/aiTextToSpeech.js index 0341085..62ed6e2 100644 --- a/src/routes/api/aiTextToSpeech.js +++ b/src/routes/api/aiTextToSpeech.js @@ -30,6 +30,7 @@ const aiTextToSpeech = async (req, res) => { const params = { Text: text, OutputFormat: 'mp3', + Engine:'neural', VoiceId: pollyVoiceId, };