bbc / react-transcript-editor

A React component to make correcting automated transcriptions of audio and video easier and faster. By BBC News Labs. - Work in progress
https://bbc.github.io/react-transcript-editor
Other
565 stars 163 forks source link

Handle updated Google STT format #271

Closed szemek closed 2 years ago

szemek commented 2 years ago

Is your Pull Request request related to another issue in this repository ?

No.

Describe what the PR does

Changes allow to handle an updated Google STT format (startTime and endTime are strings, not objects).

State whether the PR is ready for review or whether it needs extra work

PR is ready to be reviewed for merging.

Additional context

Without those changes, editor looks like this after loading transcription JSON: image