Audio Toggle Switch

From Visuino
Revision as of 00:43, 23 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoAudioToggleSwitch.png == Summary == Toggles an audio signal between two states based on a boolean input. == Description == The **Audio Toggle Switch** component allows an incoming audio signal to be routed to either the **True** or **False** output depending on the boolean **Select** input. The **Initial Select Value** property sets the starting state of the switch. <b>Diagram:</b> Image:TArduinoAudioToggleSwitch.Preview.png ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoAudioToggleSwitch.png

Summary

Toggles an audio signal between two states based on a boolean input.

Description

The **Audio Toggle Switch** component allows an incoming audio signal to be routed to either the **True** or **False** output depending on the boolean **Select** input. The **Initial Select Value** property sets the starting state of the switch.

Diagram:

Categories

Properties

  • Initial Select Value – Sets the initial state of the toggle switch (True or False).

Pins

Input Pins

  • Select – Boolean input that determines which output the audio signal is routed to.

Output Pins

  • True – Audio output when **Select** is true.
  • False – Audio output when **Select** is false.
  • Out – Main audio output reflecting the selected state.