SoundData::SoundData

SoundData::SoundData
SoundData(unsigned format, unsigned rate, unsigned lenght, unsigned dsize);
Description

SoundData constructor.

Parameters
Parameters 
Description 
unsigned format 
Format of the sound file. 
unsigned rate 
Sample rate of the sound data. 
unsigned lenght 
Number of samples in the sound data. 
unsigned dsize 
Size of the buffer which should be allocated for the sound data.