v1.1.0
New Options
:
combineEqualTimes
andcombineEqualTimesSeparator
: Combine segments if thestartTime
,endTime
, andspeaker
match between the current and prior segments. (Resolves #19)speakerChange
: Only includespeaker
when speaker changes. (Resolves #20)combineSegments
andcombineSegmentsLength
: ReplacescombineSingleWordSegments
function. Combine segments where speaker is the same and concatenatedbody
fits in thecombineSegmentsLength
- Change
timestampFormatter
toTimestampFormatter
Breaking Changes:
combineSingleWordSegments
function is now handled by thecombineSegments
andcombineSegmentsLength
optionstimestampFormatter
is nowTimestampFormatter