Engine-neural
parent
7fcc27ada1
commit
51c520108b
|
@ -31,6 +31,7 @@ const aiTextToSpeech = async (req, res) => {
|
|||
const params = {
|
||||
Text: text,
|
||||
OutputFormat: 'mp3',
|
||||
Engine:'neural',
|
||||
VoiceId: pollyVoiceId,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue