From 32cde5d9322ca7bc8e2c2ee09574ae886525997c Mon Sep 17 00:00:00 2001 From: Phil Schatzmann Date: Wed, 13 Apr 2022 15:56:57 +0200 Subject: [PATCH] Updated Splitting and Merging Audio (markdown) --- Splitting-and-Merging-Audio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Splitting-and-Merging-Audio.md b/Splitting-and-Merging-Audio.md index 2dd62c8..ca7602b 100644 --- a/Splitting-and-Merging-Audio.md +++ b/Splitting-and-Merging-Audio.md @@ -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. \ No newline at end of file