Change rate to 1.333

This commit is contained in:
Hongbo Wu 2022-09-06 11:49:39 +08:00
parent 97e560c443
commit 1bd7637438

View file

@ -147,7 +147,7 @@ export const synthesizeTextToSpeech = async (
primaryVoice: input.voice || 'en-US-JennyNeural',
secondaryVoice: input.complimentaryVoice || 'en-US-GuyNeural',
language: input.languageCode || 'en-US',
rate: '1',
rate: '1.333',
})
for (const ssmlItem of ssmlItems) {
const ssml = ssmlItemText(ssmlItem)