Properties
| Property | Type | Default | Description |
|---|---|---|---|
| id | string | uuid() | A unique identifier for the AudioPlay. |
| url | string | - | The URL of the audio file |
| name | string | - | A short name for the audio track |
| startTime | number | 0 | The time (in seconds) when the audio begins |
| endTime | number | - | The time (in seconds) when the audio ends |
| volume | number | 1 | The volume level of the audio track (0 to 1) |
| fade | object | null | (Optional) The fade in and fade out in seconds |