Audio Toggle Demux

From Visuino
Revision as of 00:50, 23 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoAudioToggleDemux.png == Summary == Routes an audio signal to one of two outputs based on a boolean selection. == Description == The **Audio Toggle Demux** component allows an incoming audio signal to be directed to either the **True** or **False** output depending on the boolean **Select** input. The **Initial Select Value** property sets which output is active when the component starts. <b>Diagram:</b> Image:TArduinoAudioToggleDemux...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoAudioToggleDemux.png

Summary

Routes an audio signal to one of two outputs based on a boolean selection.

Description

The **Audio Toggle Demux** component allows an incoming audio signal to be directed to either the **True** or **False** output depending on the boolean **Select** input. The **Initial Select Value** property sets which output is active when the component starts.

Diagram:

Categories

Properties

  • Initial Select Value – Sets the initial state of the toggle, determining which output receives the audio signal at startup.

Pins

Input Pins

  • In – Audio input signal.
  • Select – Boolean input controlling which output receives the audio signal.

Output Pins

  • True – Audio output when **Select** is true.
  • False – Audio output when **Select** is false.