-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add audio to epub js #1
base: master
Are you sure you want to change the base?
Conversation
Note: replacing the smil urls with one less folder reference (getting rid of the ../) made the audio load correctly. Not sure best way to solve this. Should we modify the original files?
@@ -19,73 +21,74 @@ | |||
|
|||
<script> | |||
|
|||
var book = ePub(); | |||
var rendition; | |||
var book = ePub(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this PR has a lot formatting commits from the editor, which makes it really hard to read.
I wonder if there's a way to revert them (since these changes probably wouldn't be accepted by the upstream repo), or if that's too hard. If we do keep them, could we do a PR that just touches these files to get the formatting changes, merge that in, and then have a PR that's only the changes we want for audio?
@kmacshane should we merge this in? |
Initial commit for adding audio files. Currently it will load the smil files but the URLs are erroring out.