Engine-neural

This commit is contained in:
Kar
2024-11-18 16:35:11 +05:30
parent 7fcc27ada1
commit 51c520108b

View File

@@ -31,6 +31,7 @@ const aiTextToSpeech = async (req, res) => {
const params = {
Text: text,
OutputFormat: 'mp3',
Engine:'neural',
VoiceId: pollyVoiceId,
};