Classes | UGens > InOut

SoundIn : Object

Read audio from hardware inputs
Source: SoundIn.sc
Subclasses: AudioIn

Description

SoundIn is a convenience UGen to read audio from the input of your computer or soundcard. It is a wrapper UGen based on In, which offsets the index such that 0 will always correspond to the first input regardless of the number of inputs present.

NOTE: On Intel based Macs, reading the built-in microphone or input may require creating an aggregate device in AudioMIDI Setup.

"open -a 'Audio MIDI Setup'".unixCmd; // execute this to launch it

Class Methods

SoundIn.ar(bus: 0, mul: 1.0, add: 0.0)

Arguments:

bus

the channel (or array of channels) to read in. These start at 0, which will correspond to the first audio input.

mul
add

Inherited class methods

7 methods from Object ► show

Undocumented class methods

SoundIn.channelOffset

Instance Methods

Inherited instance methods

260 methods from Object ► show

Examples