Load the sound buffer from an array of audio samples.
The assumed format of the audio samples is 16 bits signed integer (short).
Array of samples in memory
Number of channels (1 = mono, 2 = stereo, ...)
Sample rate (number of samples to play per second)
true if loading succeeded, false if it failed.
See Implementation
Load the sound buffer from an array of audio samples.
The assumed format of the audio samples is 16 bits signed integer (short).