Audio Mux(Multi channel Switch)
Jump to navigation
Jump to search
Summary
Selects one audio input from multiple channels and routes it to a single output.
Description
The **Audio Mux** component allows an audio signal from one of several inputs to be sent to a single output. The **Initial Channel** property sets the default input channel, while the **Select** pin determines the active channel during operation. The number of input channels is defined by the **Input Pins** property.
Diagram:
Categories
- File:TArduinoAudioCategory.png Category Audio – Audio signal routing and processing components.
Properties
- Initial Channel – Sets the default input channel to route to the output.
- Input Pins – Number of available input channels.
Pins
Input Pins
- In – Audio input signals (number depends on **Input Pins** property).
- Select – Integer input specifying which channel is routed to the output.
Output Pins
- Out – Audio output reflecting the currently selected input channel.