-
Notifications
You must be signed in to change notification settings - Fork 5
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
[Issue #95] Audio Player component #177
Conversation
…itmedia-content page.
content/body/audio-player.php
Outdated
<div class="enable-media-player"> | ||
<audio id="audio1" preload="auto" data-able-player data-skin="2020" data-root-path="./js/enable-libs/ableplayer/" data-heading-level="3"> | ||
<source type="audio/mpeg" src="audio/example.mp3" /> | ||
<track kind="captions" src="vtt/dialog-document__html5.vtt" srclang="en" label="English Captions" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to have a different set of audio for this (this is from the video example ... i'd like something a little better than this).
Let's take one of the audio files from here:
https://archive.org/details/the-shadow-radio-show-1937-1954-old-time-radio-all-available-episodes
I'd like to run it through Whisper:
https://github.com/ggerganov/whisper.cpp
After installing it and ffmpeg, I would like you to create subtitles for the audio you decide to download using a shell script I created available at this gist:
you should run it under these flags:
vid2sub.sh audio.mp3 en large-v3
I will probably give Ankita this task, since Adam is not available to compelte.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to have a different set of audio for this (this is from the video example ... i'd like something a little better than this).
Let's take one of the audio files from here:
https://archive.org/details/the-shadow-radio-show-1937-1954-old-time-radio-all-available-episodes
I'd like to run it through Whisper:
https://github.com/ggerganov/whisper.cpp
After installing it and ffmpeg, I would like you to create subtitles for the audio you decide to download using a shell script I created available at this gist:
you should run it under these flags:
vid2sub.sh audio.mp3 en large-v3
I will probably give Ankita this task, since Adam is not available to compelte.
This issue has been fixed. Merging.
Will need to shorten audio file and transcript ... will do this myself. |
…at describe the speakers in the audio clip.
…e-a11y into audio-player
Sets up a new page for the Audio Player component #95