You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example below shows how you can easily access sound input from your sound card with the \texttt{SoundIn} UGen.\footnote{Since \texttt{In.ar} will read from any bus, and you know that your soundcard inputs are by default assigned to buses 8-15, you could write \texttt{In.ar(8)} to get sound from your microphone. That works just fine, but \texttt{SoundIn.ar} is a more convenient option.}