Send Live Audio (vuo.audio.send2)

Sends audio channels to an audio output device.

You can use this node to hear audio that was read from a movie or sound file or synthesized within Vuo.

For the best sound quality, this node needs to receive events into its Send Channels port at the same rate that Fire at Audio Rate is firing events. If it receives sample buffers too quickly, then some buffers may be combined. If it receives sample buffers too slowly, then there may be short gaps of silence.

If the Send Channels port receives fewer list items than the number of channels in the audio device, the last item in the list is duplicated to fill the remaining channels. For example, if mono audio (a single list item) is provided for a stereo audio device, this node sends the audio to both stereo channels.

The audio samples received in the Send Channels audio port should typically fall between -1 and 1. If the samples fall outside that range, then the sound from the audio device may be distorted.

Keywords: consumer, device, i/o, interface, music, output, play, samples, sound, speaker


Example compositions:


Back to vuo.audio node set documentation.