https://github.com/zevaverbach/browser_transcribe
A vanilla JS in-browser transcription app
https://github.com/zevaverbach/browser_transcribe
Last synced: over 1 year ago
JSON representation
A vanilla JS in-browser transcription app
- Host: GitHub
- URL: https://github.com/zevaverbach/browser_transcribe
- Owner: zevaverbach
- Created: 2021-05-30T13:33:02.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-30T13:33:44.000Z (about 5 years ago)
- Last Synced: 2025-02-28T19:13:40.710Z (over 1 year ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
A transcription UI for transcribing audio and video files from scratch.
# Features
- a back-end agnostic transcript store which handles Quill events
- shortcut keys for start/stop/rewind of the media
- mark words as "unsure"
- ability to choose from a list of possible words when unsure
- ability for others to live edit the transcript while "in flight"
- footpedal support
- speed adjustment
- show waveform
- progress bar
- snippet expansion
# Possible Dependencies
- https://github.com/reedsy/quill-cursors
- https://github.com/afry/quill-mention
- https://quilljs.com