-
Notifications
You must be signed in to change notification settings - Fork 6
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
EPUB audiobooks? #570
Comments
(Side note, but I thought the "complementary audio and text" string was supposed to be removed with the change we made to rich content.) |
Don't you mean:
Partial text and full audio makes very little sense in the case of EPUB. Also worth pointing out that we have an open issue discussing the same thing: #399 |
Chapter headings with synchronized audio is the closest you can get to DAISY full audio. I don't expect mainstream publishers will create these, of course. |
Right, it's common to narrate only the body text. In that case, you'd check for synchronizedAudioText with only a textual sufficient access mode. |
Should be addressed in latest PR #600 at least the part of the logic with both synchronized audio and AMS containing "audio" |
I think the EPUB metadata might be trying to too closely match ONIX in the prerecorded audio section. An onix record can describe an audiobook, but are we really intending to say that there are audio-only EPUBs? Any EPUB has to have its audio synchronized with at least some text and relies on media overlays for playback.
Specifically, this is the check for an audio-only EPUB:
But any epub with text and full audio synchronization is going to have a sufficient access mode of auditory. We say to set this value in the epub accessibility techniques. This is the first output check, so it will override text and audio synchronized publications, causing all synchronized books to be "audio only" (or "Audiobook with no text alternative" if the long form is used).
All we can differentiate with EPUB is a book that has full text and full audio versus a book that has partial text and full audio. I think that can be deduced from the metadata as follows:
The text was updated successfully, but these errors were encountered: