Updated Splitting and Merging Audio (markdown)

Phil Schatzmann 2022-04-13 15:56:57 +02:00
parent ec3bef5557
commit 32cde5d932

@ -1,2 +1,2 @@
## Splitting
## Splitting Audio - Sending Audio to Multiple Destinations
Instead of copying the audio to a single destination you can use the [MultiOutput](https://pschatzmann.github.io/arduino-audio-tools/html/classaudio__tools_1_1_multi_output.html) class and add multiple final output classes to it: e.g. a [I2SStream](https://pschatzmann.github.io/arduino-audio-tools/html/classaudio__tools_1_1_i2_s_stream.html) and [VolumePrint](https://pschatzmann.github.io/arduino-audio-tools/html/classaudio__tools_1_1_volume_print.html) class which measures the volume.