-
-
Notifications
You must be signed in to change notification settings - Fork 279
Splitting and Merging Audio
Phil Schatzmann edited this page Apr 13, 2022
·
34 revisions
Instead of copying the audio to a single destination you can use the MultiOutput class and add multiple final output classes to it: e.g. a I2SStream and the VolumePrint class which measures the volume.
You can use the Mixer class to merge multiple inputs into one Output. Just add the Sources that need to be mixed to the Mixer and use it as copy source.