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
- `combineEqualTimes`: Combine segments if the `startTime`, `endTime`, and `speaker` match between the current and prior segments. Resolves#19
- `speakerChange`: Only include `speaker` when speaker changes. Resolves#20
- `combineSegments`: Replaces `combineSingleWordSegments` function. Combine segments where speaker is the same and concatenated `body` fits in the `combineSegmentsLength`
If the speaker has not changed, don't include the
speaker
field.This shall be an option. The default behavior will be to include
speaker
always.From https://podcastindex.social/@mitch/110250281748259259
The text was updated successfully, but these errors were encountered: