mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-02 22:46:55 -05:00
[Enhancement]: Adding Transcription/Subtitle Viewing Support #1942
Labels
No labels
authentication
awaiting release
backlog
bug
chapter editor
config-issue
ebooks
encoding/embedding
enhancement
help wanted
listening sessions & progress
planned
possible plugin
progress sync
sorting/filtering/searching
unable to reproduce
upload
users & permissions
waiting
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/audiobookshelf-advplyr#1942
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mfcar on GitHub (May 4, 2024).
Describe the feature/enhancement
Transcription/Subtitle support
Summary
Add initial support for transcriptions. Apple now supports transcriptions in podcasts.
Some audiobook files have transcriptions, and currently, we can use tools based on Whisper to transcribe audio to text.
In fact, most software based on Whisper support transcribing audio to text and exporting it as an SRT or VTT file. VTT is a native format for the web, and SRT is a common format for subtitles.
I'm creating this issue to discuss the best way to implement transcription support on the web player. I'm trying to implement some features on the pull request #
Podcast transcription is supported by:
Possible tasks:
<podcast:transcript>tag in RSS feed. Apple Docs / Podcast NamespaceUI Ideas on the Web Player:
What's the best way to display the transcription on the web player?
Related
@zkvsky commented on GitHub (Jun 24, 2024):
IMHO, when it comes to the UI you should combine both, the big panel for browsing and the panel below controls perhaps just with the current line but bigger. You have to take into account accessibility, some folks will want it to be resizable.