emorec-project / mdd-recognition-app

1 stars 0 forks source link

STT rendering & transcript #6

Open almogtavor opened 11 months ago

almogtavor commented 11 months ago

In the future we may want to use a similar library / implementation such at https://github.com/bbc/react-transcript-editor

almogtavor commented 10 months ago

@vYahav @kfirlevi take a look at https://github.com/walsh9/videojs-transcript, in case the performance issue becomes a big deal. The videojs-transcript project doesn't have editing abilities, but the rendering is pretty fast (but unmaintained). We should also consider to fork BBC's react-transcript-editor since it is unmaintained, and merging some waiting PRs like https://github.com/bbc/react-transcript-editor/pull/217

Another relevant project is https://github.com/mayeaux/generate-subtitles (also only renders text, no editing) And also https://github.com/bwasti/mebm with has editing abilities but not per speaker