Engine-neural

This commit is contained in:
Kar
2024-11-06 18:39:02 +05:30
parent 0a78f89fa9
commit 5775c45d8c

View File

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