when parsing the elevenlabs narration, we do so character by character since we're given an array of chars. We stop reading a word on a non-alpha character. Word's like don't will stop at "don". Need to have a "stop set" of chars to stop on. Or the inverse, whichever's easier. See creators.Narrator._parse_response_subtitles
when parsing the elevenlabs narration, we do so character by character since we're given an array of chars. We stop reading a word on a non-alpha character. Word's like don't will stop at "don". Need to have a "stop set" of chars to stop on. Or the inverse, whichever's easier. See creators.Narrator._parse_response_subtitles