Audio On/Off Switch

From Visuino
Revision as of 00:37, 23 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoAudioOnOffSwitch.png == Summary == Enables or disables the flow of an incoming audio signal. == Description == The **Audio On/Off Switch** component allows selective control of an audio signal. When enabled, the audio input is passed to the output. When disabled, the signal is blocked. Options include ignoring repeated enable signals, setting the initial enabled state, and choosing whether to send output immediately when enabled. <b>Dia...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoAudioOnOffSwitch.png

Summary

Enables or disables the flow of an incoming audio signal.

Description

The **Audio On/Off Switch** component allows selective control of an audio signal. When enabled, the audio input is passed to the output. When disabled, the signal is blocked. Options include ignoring repeated enable signals, setting the initial enabled state, and choosing whether to send output immediately when enabled.

Diagram:

Categories

Properties

  • Ignore Same – If enabled, repeated identical enable states are ignored.
  • Initial Enabled – Defines whether the switch starts in the enabled state.
  • Send On Enable – When enabled, sends the current input immediately after switching on.

Pins

Input Pins

  • Enable – Digital control signal that enables or disables the switch.
  • In – Audio input signal.

Output Pins

  • Out – Audio output signal (only passed when enabled).