# Audio signal flow

This page explains how audio signal flows from the AoIP standards to HOLOPLOT's Audio Modules in OS 2.4. We will continue using the same project example from the previous page, and will examine one preset in particular.

## Main components

The chart below explains the main components and their relationships: Audio inputs, beams, modules/arrays, and AoIP channels and streams. Here is a quick recap:

<figure><img src="/files/7iBUtGnju4aG9hWNUbPs" alt=""><figcaption><p>Signal Flow</p></figcaption></figure>

**Beams, arrays, and modules**

A group of modules forms an array. Beams are connected to Audio Module(s). Audio Modules can have multiple beams, as exemplified by the Audio Modules in the front fill array. Each beam has its own individual DSP, including user-adjustable gain, delay, and EQ.

**Audio inputs, beams, and presets**

Beams are connected to audio inputs on preset layers/presets. Meaning, that their assignment can vary depending on the needs.

You can connect multiple beams to the same audio input and multiple audio inputs to the same beam. The connection between audio inputs and beams can have an optional gain value, which is set by default to 0 dBFS.

**AoIP channels and streams and audio inputs**

The previous two topics are defined inside HOLOPLOT Plan. The actual connection between your Dante or Ravenna audio channels and audio inputs happens inside HOLOPLOT Control. As the example above shows, an audio input can be fed from multiple sources.

## Audio controls and metering

Different places in the audio flow can be monitored and controlled in HOLOPLOT OS 2.4 with HOLOPLOT Control.

### Audio controls

You can mute/unmute, solo/unsolo, adjust gain and delay, and apply EQs on the beam level.

On the system level, you can mute/unmute, adjust the gain, and apply EQs.

### Metering

There are meters for outputs and inputs. Outputs are modules, arrays, and system. Inputs are beams.

{% hint style="info" %}
Learn more about at [#metering](#metering "mention")
{% endhint %}

## Putting it all together

Now that the audio flow concepts are laid out let's examine some examples.

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

The chart above shows what audio inputs, beams, and modules will receive audio from the AoIP channel DANTE 01. Remember that each beam has individual DSPs and will process that signal accordingly.

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

We can take it one step further, and solo one of the beams. This is especially useful for tuning and debugging.


---

# 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.holoplot.com/introduction-to-holoplot/holoplot-os/audio-signal-flow.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.
