mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Change rate to 1.333
This commit is contained in:
parent
97e560c443
commit
1bd7637438
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue