Carsonthemonkey / GIST

App to summarize audio files for the LC ACM spring 2023 hackathon
MIT License
3 stars 0 forks source link

Support word sync between audio and transcript #82

Closed Carsonthemonkey closed 1 year ago

Carsonthemonkey commented 1 year ago

Clicking on a word or sentence should jump the audio to that timestamp, and scrubbing to a point in the audio should show the corresponding sentence in the transcript. This change will require the implementation of the offline whisper package first.