Updated Splitting and Merging Audio (markdown)

Phil Schatzmann 2023-07-08 15:33:59 +02:00
parent 85931f24dc
commit 59f2268425

@ -38,3 +38,6 @@ You can use the [InputMerge](https://pschatzmann.github.io/arduino-audio-tools/c
You can use the [ChannelSplitOutput](https://pschatzmann.github.io/arduino-audio-tools/classaudio__tools_1_1_channel_split_output.html) class to extract a mono channel from a stereo signal or to split the stereo signal into two separate mono signals. Just define for each relevant channel your selected output class.
### Further Information
- [Mixing Output from a A2DP Sink with a Sine Signal](https://www.pschatzmann.ch/home/2023/07/08/esp32-mixing-a2dp-with-a-sine-signal/)