Skip to content

Replacing a larger number of words with a smaller number, does not expand to use the total time of the larger #20

Description

@maboa

For example replacing a b c d e f with g h i will produce :

[
  {
    "text": "g",
    "start": 1000,
    "duration": 501,
    "end": 1501
  },
  {
    "text": "h",
    "start": 2000,
    "duration": 502,
    "end": 2502
  },
  {
    "text": "i",
    "start": 3000,
    "duration": 503,
    "end": 3503
  }
]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions