this post was submitted on 03 Oct 2023
13 points (100.0% liked)
Firefox
20542 readers
12 users here now
/c/firefox
A place to discuss the news and latest developments on the open-source browser Firefox.
Rules
1. Adhere to the instance rules
2. Be kind to one another
3. Communicate in a civil manner
Reporting
If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's not a browser-based solution, but, the mpv media player can display subtitles while playing an audio file.
If you run
mpv --subfile=something.srt something.mp3
it will show the subtitles in the terminal, and to get them in a window instead you can add the--force-window
commandline option.You can probably download the audio (and maybe subtitles?) from whatever website using yt-dlp, or maybe even stream from the site using mpv directly by just giving it the URL.