mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use wordLength in the event
This commit is contained in:
parent
321895844f
commit
73de22f678
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ export const synthesizeTextToSpeech = async (
|
|||
word: e.text,
|
||||
time: (timeOffset + e.audioOffset) / 10000,
|
||||
start: wordOffset + e.textOffset,
|
||||
length: e.text.length,
|
||||
length: e.wordLength,
|
||||
type: 'word',
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue