Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.49 KB

File metadata and controls

43 lines (31 loc) · 1.49 KB
title id layout tags summary viewers topic code
Simplest Manifest - Audio
2
recipe
audio
presentation
The simplest viable manifest for audio content. This pattern presents a single audio file in a IIIF Presentation resource.
Mirador
UV
Clover
Ramp
Aviary
Theseus
basic
AV
iiif-prezi3

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][0001], except that the content is audio and the canvas has the duration property instead of the height and width properties. The value of the duration property must be a floating point number. If the duration value you have is an integer, it therefore needs to be written with at least a decimal point and a trailing zero: 1985.0 rather than 1985.

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.

{% include manifest_links.html viewers="UV, Mirador, Clover, Ramp, Aviary, Theseus" manifest="manifest.json" %}

{% include jsonviewer.html src="manifest.json" %}

Related Recipes

  • [Simplest Manifest - Image][0001] and [Simplest Manifest - Video][0003] are equivalent to this example.

{% include acronyms.md %} {% include links.md %}