char[] filename | Path of the sound file to load |
byte[] data | Array of file data in memory |
short[] samples | Array of samples in memory |
uint channelsCount | Number of channels (1 = mono, 2 = stereo, ...) |
uint sampleRate | Frequency (number of samples to play per second) |
char[] filename | Path of the sound file to write |