Reputation: 2366
I was searching any way to include audio with text highlighting in an ebook I developed for iBooks which is an epub3 .
I know I can do this but I am unable to find any example of how to implement this functionality in epub3 specifically for iBooks, I've searched alot but didnt find any solution yet.
I was successfull in developing a fixed-layout epub3 with the help of following link: http://authoradventures.blogspot.com/2012/01/how-to-create-fixed-layout-ibooks-part_24.html
Any link to start with or any example of how to add this audio and text syncing functionality would be great . Need experts opinion on it.
Thank you all for any help.
Upvotes: 2
Views: 1748
Reputation: 954
First of all, the whole process is described in the iBooks Asset Guide, section "Read Aloud Books".
Second, note that SMIL/Media Overlay is supported by iBooks ONLY for Fixed Layout ebooks. No official support for reflowable ebooks. (See also: https://github.com/pettarin/rb_smil_emulator )
Basically, you need to do the following:
<p>
or a <span>
)The Media Overlay specification is at http://www.idpf.org/epub/30/spec/epub30-mediaoverlays.html
You might want to start by looking at some samples:
EDIT: full disclosure: I am the Head of R&D at ReadBeyond.
Upvotes: 1