Audio Demux(Multiple Output channel Switch)

From Visuino
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.