Audio Demux(Multiple Output channel Switch)

From Visuino
Revision as of 00:46, 23 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoAudioDemux.png == Summary == Routes a single audio input to multiple outputs based on a selected channel. == Description == The **Audio Demux** component allows an incoming audio signal to be sent to one of several outputs. The **Initial Channel** property sets the default output channel, while the **Select** pin determines the active channel during operation. The number of outputs is defined by the **Output Pins** property. <b>Diagram:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoAudioDemux.png

Summary

Routes a single audio input to multiple outputs based on a selected channel.

Description

The **Audio Demux** component allows an incoming audio signal to be sent to one of several outputs. The **Initial Channel** property sets the default output channel, while the **Select** pin determines the active channel during operation. The number of outputs is defined by the **Output Pins** property.

Diagram:

Categories

Properties

  • Initial Channel – Sets the starting output channel for the audio signal.
  • Output Pins – Number of available output channels.

Pins

Input Pins

  • In – Audio input signal.
  • Select – Integer input specifying the active output channel.

Output Pins

  • Out – Audio outputs (number depends on **Output Pins** property). Only the selected channel passes the audio signal.