buzz
buzz copied to clipboard
Fix missing spaces after punctuation in speaker identification
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