Audio Toggle Demux: Difference between revisions
Jump to navigation
Jump to search
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..." |
(No difference)
|
Latest revision as of 00:50, 23 August 2025
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
- File:TArduinoAudioCategory.png Category Audio – Audio signal routing and processing components.
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.