Minim
core | ugens | analysis
 

AudioRecorder

setRecordSource

Description

Sets the record source for this recorder. The record source can be set at any time, but if you are in the middle of recording it is a good idea to mute the old record source, then add the new record source, also muted, and then unmute the new record source. Otherwise, you'll probably wind up with a pop in the recording.

Signature

void setRecordSource(Recordable recordSource)

Parameters

recordSource — an AudioSample, AudioPlayer, AudioInput, or AudioOutput

Returns

None

Related

AudioRecorder

Example

None available

Usage

Web & Application