# Digital Audio Transfer

Bluetooth A2DP and USB Audio Class (UAC) are the most representative digital audio transmission schemes.

{% hint style="info" %}

### **Terminology**

* **Source Device**: The device that sends the audio (Transmitter), such as a smartphone or PC.
* **Sink Device**: The device that receives the audio (Receiver), such as a Bluetooth DAC or USB DAC.
  {% endhint %}

***

### **Supported** Audio Format

When the receiver device connects to the source device, it sends the source device information about the supported audio formats, sample rates, bit resolutions, and codecs.

### Audio Format **Selection**

The source device selects one of the audio formats the receiver device supports for audio transmission.

***

### Example #1 Bluetooth DAC

Information about supported audio formats is transmitted:

* 5K (Receiver) --> Android Smartphone
  * Supported codecs: SBC, AAC, aptX, aptX-Adaptive, LDAC
  * Supported sample rates: 44.1, 48, 88.2, 96 kHz

The smartphone selects one of the codecs and sample rates for transmission.


---

# 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://doc-kr.qudelix.com/general/digital-audio-transfer.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.
