UNPKG

@stencila/schema

Version:

Stencila schema and other specifications

17 lines (13 loc) 458 B
# AudioObject The `AudioObject` type allows you to provide details such as caption and transcript, and the details which are included in [`MediaObject`](/MediaObject) which `AudioObject` extends. ## Examples ```json { "type": "AudioObject", "caption": "Example Audio File", "contentSize": "5", "contentUrl": "http://www.example.com/file.mp3", "encodingFormat": "audio/mpeg3", "transcript": "This is the transcript for the audio file..." } ```