Skip to content
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

Merged
merged 8 commits into from
Aug 26, 2024
Merged

[Issue #95] Audio Player component #177

merged 8 commits into from
Aug 26, 2024

Conversation

akr3081
Copy link
Collaborator

@akr3081 akr3081 commented Jul 22, 2024

Sets up a new page for the Audio Player component #95

<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" />
Copy link
Collaborator

@zoltan-dulac zoltan-dulac Jul 29, 2024

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.

Copy link
Collaborator

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.

@zoltan-dulac
Copy link
Collaborator

Will need to shorten audio file and transcript ... will do this myself.

@zoltan-dulac zoltan-dulac merged commit f57561d into main Aug 26, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants