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

Does TestApp have an example of working with audiobooks? #289

Open
maxklochkov97 opened this issue Apr 21, 2023 · 4 comments
Open

Does TestApp have an example of working with audiobooks? #289

maxklochkov97 opened this issue Apr 21, 2023 · 4 comments

Comments

@maxklochkov97
Copy link

I was able to figure out how to work with EPUB file format, but unfortunately did not understand how to work with audiobooks.

Please advise how to implement this, if it is already there. If possible, it would be cool to add this example to the TestApp

@mickael-menu
Copy link
Member

I started working on a basic implementation in the Test App: #290

The relevant parts for you is in this commit: 9562e1b

Note that you will need to use _AudioNavigator instead of AudioNavigator, as the Audio navigator is still experimental in the develop branch.

@maxklochkov97
Copy link
Author

Thank you for such a prompt reply!

@heytonytan
Copy link

Hey @mickael-menu! Am pulling the repo to tinker around with the TestApp, and wasn't able to build. Was tracing the issue and seems to be down to all the audio-related dependencies missing.

Any guidance? I followed the noob instructions in https://github.com/readium/swift-toolkit/tree/develop/TestApp#building-the-test-app

In the meantime, I should be able to get it working by deleting the audiobook code off. But would love to use if working.

Thanks so much and also thanks for the easy-to-read commit in #290!!

Screenshot 2024-03-16 at 8 04 05 AM

@mickael-menu
Copy link
Member

Which branch and which make command did you use to build the project?

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

No branches or pull requests

3 participants