Updated Splitting and Merging Audio (markdown)

Phil Schatzmann 2022-09-11 20:59:46 +02:00
parent 89bb8e4633
commit 9b68367447

@ -4,7 +4,7 @@ Instead of copying the audio to a single destination you can use the [MultiOutpu
You can define the outputs in the constructor or you can define them by calling the add method.
Here are some examples:
- [example with 2 outputs](https://github.com/pschatzmann/arduino-audio-tools/blob/main/examples/examples-stream/streams-sd_mp3-metadata/streams-sd_mp3-metadata.ino)
- [example with 2 outputs](https://github.com/pschatzmann/arduino-audio-tools/blob/main/examples/examples-stream/streams-url_mp3-metadata2/streams-url_mp3-metadata2.ino)
- [example using add](https://github.com/pschatzmann/arduino-audio-tools/blob/main/examples/examples-audiokit/streams-audiokit-multioutput/streams-audiokit-multioutput.ino)
- [example with webserver](https://github.com/pschatzmann/arduino-audio-tools/blob/main/examples/examples-audiokit/streams-audiokit-multioutput-server/streams-audiokit-multioutput-server.ino)