Engine-neural
This commit is contained in:
@@ -31,6 +31,7 @@ const aiTextToSpeech = async (req, res) => {
|
||||
const params = {
|
||||
Text: text,
|
||||
OutputFormat: 'mp3',
|
||||
Engine:'neural',
|
||||
VoiceId: pollyVoiceId,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user