Skip to content

v1.1.0

Compare
Choose a tag to compare
@stevencrader stevencrader released this 02 Jun 07:02
· 14 commits to master since this release

New Options:

  • combineEqualTimes and combineEqualTimesSeparator: 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 and combineSegmentsLength: Replaces combineSingleWordSegments function. Combine segments where speaker is the same and concatenated body fits in the combineSegmentsLength
  • Change timestampFormatter to TimestampFormatter

Breaking Changes:

  • combineSingleWordSegments function is now handled by the combineSegments and combineSegmentsLength options
  • timestampFormatter is now TimestampFormatter