Audio Mux(Multi channel Switch)

From Visuino
Revision as of 00:54, 23 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoAudioMux.png == Summary == Selects one audio input from multiple channels and routes it to a single output. == Description == The **Audio Mux** component allows an audio signal from one of several inputs to be sent to a single output. The **Initial Channel** property sets the default input channel, while the **Select** pin determines the active channel during operation. The number of input channels is defined by the **Input Pins** property...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoAudioMux.png

Summary

Selects one audio input from multiple channels and routes it to a single output.

Description

The **Audio Mux** component allows an audio signal from one of several inputs to be sent to a single output. The **Initial Channel** property sets the default input channel, while the **Select** pin determines the active channel during operation. The number of input channels is defined by the **Input Pins** property.

Diagram:

Categories

Properties

  • Initial Channel – Sets the default input channel to route to the output.
  • Input Pins – Number of available input channels.

Pins

Input Pins

  • In – Audio input signals (number depends on **Input Pins** property).
  • Select – Integer input specifying which channel is routed to the output.

Output Pins

  • Out – Audio output reflecting the currently selected input channel.