Updated Splitting and Merging Audio (markdown)

Phil Schatzmann 2023-06-01 18:13:24 +02:00
parent aa37111079
commit 599885fa3d

@ -34,3 +34,7 @@ Here is a simple [OutputMixer example](https://github.com/pschatzmann/arduino-au
You can use the [InputMerge](https://pschatzmann.github.io/arduino-audio-tools/classaudio__tools_1_1_input_merge.html) class to combine 2 mono input channels into a stereo signal. The first input stream is ending up on one channels and the second stream on the other.
### Splitting Multiple Channels into Mono Signals
You can use the [ChannelSplitOutput](https://pschatzmann.github.io/arduino-audio-tools/classaudio__tools_1_1_channel_split_output.html) class to 1 mono channel from a stereo signal or to split the stereo signal into 2 mono signals.