react-transcript-editor icon indicating copy to clipboard operation
react-transcript-editor copied to clipboard

A React component to make correcting automated transcriptions of audio and video easier and faster. By BBC News Labs. - Work in progress

Results 96 react-transcript-editor issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Low priority, Could this component work getting as input - a live stream of audio or video for the media...

Enhancement

Noticed this while working on [`slate-transcript-editor`](https://github.com/pietrop/slate-transcript-editor). It's worth considering adding some more things to `.npmignore` In my current fork of `react-transcript-editor` if I do ` npm run publish:dry:run` I get...

bug

Media player in story book is broken https://bbc.github.io/react-transcript-editor/?path=/story/mediaplayer--default This is the fix in `/packages/components/media-player/index.js` ```js getProgressBarMax = () => { if( this.props.videoRef && this.props.videoRef.current && this.props.videoRef.current.duration){ return parseInt(this.props.videoRef.current.duration).toString() } else{...

bug

**Is your Pull Request request related to another [issue](https://github.com/bbc/react-transcript-editor/issues) in this repository ?** ISSUE: [Performance hit for media over 1 hour #150](https://github.com/bbc/react-transcript-editor/issues/150) **Describe what the PR does** Added react-visibility-sensor and...

**Is your Pull Request request related to another [issue](https://github.com/bbc/react-transcript-editor/issues) in this repository ?** https://github.com/bbc/react-transcript-editor/pull/221 to be reviewed / merged first **Describe what the PR does** * Reducing renders of components...

**Is your Pull Request request related to another [issue](https://github.com/bbc/react-transcript-editor/issues) in this repository ?** https://github.com/bbc/react-transcript-editor/issues/218 **Describe what the PR does** This adds a new property to the editors, handleEditingComplete, that will...

**Is your feature request related to a problem? Please describe.** When editing larger transcripts, we are noticing that the component becomes unresponsive while it is handling the auto save. We...

Enhancement

**Is your feature request related to a problem? Please describe.** Sometimes when transcribing long audio files there are long pauses. From an ASR (STT) standpoint, no speech regions may be...

Enhancement

**Describe the bug** When tapping the 'delete' key several times to remove words or spaces, the player resumes play. **To Reproduce** Steps to reproduce the behavior: 1. Go to Settings...

bug

**Describe the bug** If you delete the first line of a transcript, the MediaPlayer will throw an "Cannot read property 'start' of undefined" exception. **To Reproduce** Steps to reproduce the...

bug