Audio files are attached to songs, and provide information about the file itself, links to different versions (.mp3, .wav), etc.
Attributes
Attribute | Type | Description |
---|---|---|
description | string | Audio file description |
duration | number | Duration in seconds |
instrumental | boolean | Whether or not this audio file has vocals |
versions | object |
|
Example
{
"id": "1",
"type": "audio_files",
"attributes": {
"description": "Instrumental [Primary]",
"duration": 20.18975,
"instrumental": true,
"versions": {
"mp3": "https://soundstripe.example.com/mp3_the_dread.mp3",
"wav": "https://soundstripe.example.com/the_dread.wav"
},
}
}