Bugfix in the coalesce module

This commit is contained in:
2026-04-27 20:29:55 -05:00
parent fb0519c561
commit 8a95dba276
4 changed files with 248 additions and 6 deletions

View File

@@ -263,7 +263,7 @@ The default pipeline runs `coalesce` before the second overlap detection pass. I
Coalesced segments use `source_ref` values such as `coalesce:1`, include `derived_from`, and omit `source_segment_index`.
Different-speaker backchannel and filler segments do not block coalescing of surrounding same-speaker segments. When same-speaker segments are coalesced, any `backchannel` or `filler` category from the merged inputs is dropped from the coalesced segment.
Different-speaker backchannel and filler segments do not block coalescing of surrounding same-speaker segments. Same-speaker backchannel and filler segments are merged normally when they are within `--coalesce-gap`. When same-speaker segments are coalesced, any `backchannel` or `filler` category from the merged inputs is dropped from the coalesced segment.
## Autocorrect