Engine-neural

galleryApi
Kar 2024-11-06 18:39:02 +05:30
parent 0a78f89fa9
commit 5775c45d8c
1 changed files with 1 additions and 0 deletions

View File

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