Mix Audio Channels (vuo.audio.mix)

Combines multiple audio channels into a single channel.

If the input audio samples range between -1 and 1, then the mixed samples may fall outside the range of -1 to 1, resulting in distorted sound if you try to play them on an audio device. To avoid this, scale the loudness of the combined N channels of audio by (1/N)¼ using the Adjust Loudness (vuo.audio.loudness) node.

Keywords: combine, merge, music, sound


Example compositions:


Back to vuo.audio node set documentation.