Use Case
The simplest viable manifest for audio content. This pattern presents a single audio file in a IIIF Presentation resource.
Implementation Notes
The implementation is identical to the image example, except that the content is audio and the canvas has the duration
property instead of the height
and width
properties.
Example
This example shows a Manifest with a single Canvas that lasts for 1985.024 seconds. It has a single audio file (audio-sample.mp4) which is associated with it. The mp4 also has a duration of 1985.024 seconds.
JSON-LD | View in Universal Viewer | View in Mirador | View in Clover | View in Ramp
Code samples: Python: iiif-prezi3
Related Recipes
- Simplest Manifest - Image and Simplest Manifest - Video are equivalent to this example.