buzz icon indicating copy to clipboard operation
buzz copied to clipboard

Fix missing spaces after punctuation in speaker identification

Open robsiera opened this issue 3 months ago • 0 comments

When joining transcript segments for whisperx alignment, segments were concatenated without spaces ("".join), causing "ok.Yes" instead of "ok. Yes". Changed to " ".join to preserve sentence boundaries.

See https://github.com/chidiwilliams/buzz/issues/1340 for more info

robsiera avatar Jan 07 '26 16:01 robsiera