> ## Documentation Index
> Fetch the complete documentation index at: https://omss.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# AudioTrack

> An audio track object.

## Properties

<ResponseField name={"header"} type={"Record<string, string>"} required>
  Key-value pairs of HTTP (and non-standard HTTP) headers that should be included when accessing the audiotrack URL.
</ResponseField>

<ResponseField name={"label"} type={"string"} required>
  Human-readable language name for the audiotrack. default/unknown --> Unknown
</ResponseField>

<ResponseField name={"url"} type={"string"} required>
  A string representing the original URL to the audiotrack from the provider, which may require CORS handling or custom headers (provided in the headers field).
</ResponseField>


## Related topics

- [OMSS v1.0 Specification](/spec/v1.0/ref/spec.md)
- [OMSS v1.1 Specification](/spec/latest/ref/spec.md)
- [Source](/sdk-artifacts/types/Source.md)
