Minim
core
ugens
analysis
 
Name setRecordSource
Examples
None available
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.
Syntax
setRecordSource(recordSource);
Parameters
recordSource   an AudioSample, AudioPlayer, AudioInput, or AudioOutput
Returns None
Usage Web & Application
Related AudioRecorder