You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Daisy 2.02 tiltles there are issues with footnotes when the note body is split into two audio elements within a seq. Is it be because there is a gap between clip-end in the first audio and clip-begin in the second audio (which is intentional)?
Using Thorium 3.0, both audio elements are read when referenced from main text. But when reading the footnotes section, only the first audio in every footnote is read, and then the second audio for all the elements are read,
Using Thorium 3.1, only the first audio element is read for both occations.
Yes, I suspect that the non-contiguous audio clips for the same audio file item-84455.mp3 (i.e. "large" time gap between 18.072s and 21.336s) are causing the parser to preserve the first and drop the second. This was a necessary bugfix because of other scenarios (i.e. audio sequences produced / authored differently) where playing the non-consecutive audio clips resulted in nonsense. This is a tricky problem to solve because technically under the hood the DAISY 2.02 / 3.0 SMIL etc. is converted to EPUB3 Media Overlays which offers a simpler model compared with the original Digital Talking Books audio segmentation model. I initially implemented a hack by factoring-out the individual audio clips (i.e. extracting them out of their containing seq, which doesn't exist at all in EPUB MO), thereby causing the creation of artificial par/text+audio pairs. Unfortunately this opened another can of worms so I reverted back to merging contiguous audio clips inside the seq ... unless they are not actually contiguous.
For Daisy 2.02 tiltles there are issues with footnotes when the note body is split into two audio elements within a seq. Is it be because there is a gap between clip-end in the first audio and clip-begin in the second audio (which is intentional)?
Using Thorium 3.0, both audio elements are read when referenced from main text. But when reading the footnotes section, only the first audio in every footnote is read, and then the second audio for all the elements are read,
Using Thorium 3.1, only the first audio element is read for both occations.
See attached file for examples
A0108-tts-v4-daisy.zip
Content file, main text, note reference:
Corresponding smil:
Content file, footnote:
Corresponding smil:
The text was updated successfully, but these errors were encountered: