# Export Audio Options

<figure><img src="/files/kqTNCjiPCoU7nCS7gU7V" alt=""><figcaption></figcaption></figure>

The **Audio Export** dropdown lets you choose the type of audio to include in your export or to **disable audio export entirely**.

**Available Audio Codecs**

* **AAC** *(Stereo only, MOV/MP4 only)*
* **AC3** *(Stereo only, MOV/MP4 only)*
* **PCM (Uncompressed)**

***

#### **Codec Settings**

* **Depth**\
  Sets the bit depth for **PCM** audio export.
* **Bitrate**\
  Applies to **AAC** and **AC3** audio exports; determines the output audio bitrate.
* **Sample Rate**\
  Sets the output sample rate for the exported audio.
* **Resample Quality**\
  When the sample rate differs from the source (e.g., converting from 44.1kHz to 48kHz), this option controls the **quality of the resampling** process.

***

#### **Channel Settings**

* **Channel Mapping**\
  When enabled, Tin Man will use the configuration from the **Audio Mapping Panel** to export audio channels.\
  You can map audio based on:\
  ▸ **Audio Channel #**\
  ▸ **Speaker Output #**
* **Channel Layout**\
  Defines how the audio channels are structured in the exported file:\
  ▸ **Auto** – Matches the layout of the source file\
  ▸ **Discrete** – Each channel is saved in a separate audio track\
  ▸ **Interleaved Pairs** – Pairs of channels are grouped into single tracks\
  ▸ **Single Track** – All channels are combined into one audio track
* **# Channels**\
  Sets the number of channels to include in the export file.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.calibratedsoftware.com/tin-man/tin-man-desktop/export-panel/export-audio-options.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
