How to properly implements audiobooks on the TestApp? #44
Unanswered
morismoris
asked this question in
Q&A
Replies: 2 comments 3 replies
-
@morismoris Could you share the |
Beta Was this translation helpful? Give feedback.
0 replies
-
I uploaded the file (must be unzipped). it’s only a sample with three chapters. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to test audiobooks on the testApp.
I started from the 'main' branch.
I made these small changes that I report below, but the audio is not reproduced even if the log says that the player remains in the 'playing' state.
In the "presentPublication()" of "ReaderModule" if publication.metadata.type == "https://schema.org/Audiobook" then I open my AudioViewController
This ViewController which provides a simple audiobook interface has the following code:
The log I get is this:
Beta Was this translation helpful? Give feedback.
All reactions