-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate bbc/peaks.js for waveform display #212
Comments
Throwing another option into the mix, Replace the progress bar / or have an alternative progress bar in storybook using wavesurfer-js
The issue I see with using
And if it does need a backend to generate the waveform data it would make it harder to keep it self contained as part of the component. |
Good point. Thanks for sharing a few more-compatible alternatives. |
@NickRuiz I thought you might find this interesting / useful bbc/stt-align-node if you are looking for a way to review results of STT? Click load demo- Out of curiosity what is your main use case for the |
Our transcribers/annotators use waveform display to quickly find the beginning of new "paragraphs", etc. Depending on how the ASR transcript is generated/segmented it might not be apparent when two adjacent words are separated by a long period of silence. |
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 detected, but there may be a muffled word that was missed. A quick view of the waveform can help pick out audio regions to listen to.
Describe the solution you'd like
Toggle display of the waveform below the time bar
Describe alternatives you've considered
Separate waveforms per audio channel would be great.
Additional context
The text was updated successfully, but these errors were encountered: