Minim
index
 
Name createSample ( )
Examples
None available
Description Creates an {@link AudioSample} using the provided samples and AudioFormat, with an output buffer size of 1024 samples.
Syntax
createSample(samples, format);
createSample(samples, format, bufferSize);
createSample(left, right, format);
createSample(left, right, format, bufferSize);
Parameters
samples   the samples to use
format   the format to play the samples back at
format   the format to play them back at
bufferSize   the output buffer size to use
left   the left channel of the sample
right   the right channel of the sample
format   the format the sample should be played back with
bufferSize   the output buffer size desired
Returns None
Usage Web & Application
Related