ravin353 / android-daisy-epub-reader

Automatically exported from code.google.com/p/android-daisy-epub-reader
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

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