You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
could we somehow tell elevenlabs certain .s are not periods? (maybe we replace the . by dot or 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)
.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)