---
title: "Mono-To-Stereo Audio Mixer"
slug: "dataflow-nodes-mono-to-stereo-audio-mixer"
updated: 2025-04-30T06:24:55Z
published: 2025-04-30T06:24:55Z
---

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

# Mono-To-Stereo Audio Mixer

This node mixes the incoming two mono audio inputs into a stereo output.

## Parameters

none

## Inputs

#### Audio

Accepts streaming audio from two channels through a single input.

#### Events

None

## Outputs

### Audio

Outputs stereo audio from a single connection.

### Events

None

## Remarks

### Project Structure

An easy example project would be:

<center data-tomark-pass="">
<p><img src="https://cdn.document360.io/9bca2910-6a3b-4224-9470-43f91f9a6d57/Images/Documentation/image-P24AQUDT.png" alt="image.png"></p>
</center>
Which adjusts the volume of separate channels and mixes them back together for the client to receive.

### Supported flow types:

Stream

## Release Notes

     

****v3.4.0****

        
        

- Introduced node.
