IIIF / iiif-stories

Community repository for documenting stories and use cases related to uses of the International Image Interoperability Framework.
21 stars 0 forks source link

Gapless playback of A/V -- serial delivery, multiple files for a single recording #67

Closed jronallo closed 7 years ago

jronallo commented 7 years ago

Description

Implication: Assume default behavior is user actuation of control to step from canvas to canvas. Use continuous hint to change behavior. Note that need to queue up next canvases resources before finishing the first one (and audio processing issues to get nice continuation of one track to another). [Sample-accurate gapless playback is possible via Web Audio. There are libraries existing to help with this which a player can use.]

Note alternate option of putting multiple tracks on one canvas. Here the amount of overlap, gaplessness, or gaps would be determined by positions on the shared canvas.

Related IIIF: Sequence w/ e.g. viewingHint=”continuous”

Additional Background

Source: BL workshop notes Interest: 100%

jronallo commented 7 years ago

Moving to https://github.com/IIIF/iiif-av/issues/8