Engine-neural

galleryApi
Kar 2024-11-18 16:35:11 +05:30
parent 7fcc27ada1
commit 51c520108b
1 changed files with 1 additions and 0 deletions

View File

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