nguyenna/android-daisy-epub-reader

Improve the way the code interacts with the contents of SMIL files.

Opened this issue · 1 comments

DaisyReader SmilFile Processing Notes (2011-Aug-24)

I realise we currently simply play the entire audio file identified in the 
first audio element of a given SMIL file. This shortcut happens to work well 
with the books I've been working with so far. However this approach does not 
support the intent of DaisyBooks and could fail to read books that use several 
audio files for the audio segments in a given SMIL file. So I need to improve 
the processing and handling of the contents of SmilFiles.

I will also try to implement support for the Daisy3 style bookmarks, which 
records the name of the audio file in the automatic bookmark, as we currently 
do; but uses SMIL references for user-created bookmarks.

http://www.daisy.org/z3986/2005/Z3986-2005.html#Bkmk

Original issue reported on code.google.com by julianharty on 24 Aug 2011 at 9:17

Original comment by julianharty on 2 Sep 2011 at 9:18

  • Added labels: Milestone-2011-September-Release