Minim
index
 
Name process ( )
Examples
None available
Description Processes signal in some way.
Syntax
process(signal);
process(sigLeft, sigRight);
Parameters
signal   an array of audio samples, representing a mono sound stream.
sigLeft   an array of audio samples, representing the left channel of a stereo sound stream
sigRight   an array of audio samples, representing the right channel of a stereo sound stream
Returns None
Usage Web & Application
Related