# The audio passthrough project

A "passthrough" can be viewed as the audio processing equivalent of a "hello world" program. In this section we will program the Nucleo to simply pass the audio samples from the microphone to the DAC.

Using the CubeMX software, we will first [update the configuration of the microcontroller](https://hwlab.learndsp.org/audio-peripherals/passthrough/io_setup). We will then guide you through the [wiring ](https://hwlab.learndsp.org/audio-peripherals/passthrough/wiring)and, finally, we will [program our passthrough](https://hwlab.learndsp.org/audio-peripherals/passthrough/coding) using the SW4STM32 software.

Highlighted boxes, as shown below, specify a task for which ***you*** need to find out the appropriate solution and implementation.

{% hint style="info" %}
TASK: This is a task for you!
{% endhint %}

A passthrough is a great *sanity check* when first beginning with an audio DSP system. Moreover, it serves as a useful starting point for new projects, as we will see in the following chapters when we develop more complicated programs.

![Figure: Final wiring.](https://1958907383-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lu3g0bb8nPq-K9HlS53%2F-Lu3gKRWqzqKeboGKYkt%2F-Lu3gLtBwmeroTeEtyPB%2Ffinal_wiring.jpg?generation=1574184252145390\&alt=media)


---

# 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://hwlab.learndsp.org/audio-peripherals/passthrough.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.
