-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
- could we somehow tell elevenlabs certain
.s are not periods? (maybe we replace the.bydotor something). Such.s can maybe be identified if the.does not have any whitespace on either side of it (eg. p5.js, this.position) - collapse multiple consecutive word updates into one? currently the diffing algorithm is by WORDS, which looks good if in a line a single token is being changed, only that part will be removed and then typed. But if an entire line changes, each word gets selected and typed, one by one. Maybe multiple consecutive word diffs can be collapsed into one update (upto a newline)
Metadata
Metadata
Assignees
Labels
No labels