Audio Demux(Multiple Output channel Switch): Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoAudioDemux.png == Summary == Routes a single audio input to multiple outputs based on a selected channel. == Description == The **Audio Demux** component allows an incoming audio signal to be sent to one of several outputs. The **Initial Channel** property sets the default output channel, while the **Select** pin determines the active channel during operation. The number of outputs is defined by the **Output Pins** property. <b>Diagram:..." |
(No difference)
|
Latest revision as of 00:46, 23 August 2025
Summary
Routes a single audio input to multiple outputs based on a selected channel.
Description
The **Audio Demux** component allows an incoming audio signal to be sent to one of several outputs. The **Initial Channel** property sets the default output channel, while the **Select** pin determines the active channel during operation. The number of outputs is defined by the **Output Pins** property.
Diagram:
Categories
- File:TArduinoAudioCategory.png Category Audio – Audio signal routing and processing components.
Properties
- Initial Channel – Sets the starting output channel for the audio signal.
- Output Pins – Number of available output channels.
Pins
Input Pins
- In – Audio input signal.
- Select – Integer input specifying the active output channel.
Output Pins
- Out – Audio outputs (number depends on **Output Pins** property). Only the selected channel passes the audio signal.