AudioInput

Input signals from audio devices

Syntax

AudioInput  channels

Options

Inlets

Outlets

Comments

You can specify any number of channels in any order, although the actual number of channels will vary depending on the available audio hardware. By default, AudioInput uses two channels, corresponding to channels 1 and 2 on the default audio input device.

To turn an AudioInput transform on or off, you can either use the provided button, or connect a boolean input (e.g., a Toggle transform) to the onoff inlet.

See Also

AudioOutput
Toggle