Audio On/Off Switch
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
- File:TArduinoAudioCategory.png Category Audio – Audio signal routing and processing components.
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).