mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Default voice is Larry
This commit is contained in:
parent
44987072ee
commit
3ffd7739bb
1 changed files with 3 additions and 3 deletions
|
|
@ -67,7 +67,7 @@ export function textToSpeechRouter() {
|
|||
title: page.title,
|
||||
content: page.content,
|
||||
options: {
|
||||
primaryVoice: userPersonalization?.speechVoice || 'larry',
|
||||
primaryVoice: userPersonalization?.speechVoice || 'Larry',
|
||||
secondaryVoice: 'Evelyn',
|
||||
},
|
||||
})
|
||||
|
|
@ -78,8 +78,8 @@ export function textToSpeechRouter() {
|
|||
userId,
|
||||
speechId: utterance.idx,
|
||||
text: utterance.text,
|
||||
voice: utterance.voice || 'larry',
|
||||
priority: 'low',
|
||||
voice: utterance.voice || 'Larry',
|
||||
priority: 'high',
|
||||
isUltraRealisticVoice: true,
|
||||
})
|
||||
logger.info('Start Text to speech task', { taskName })
|
||||
|
|
|
|||
Loading…
Reference in a new issue