Audio Toggle Switch

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