SoundData(unsigned format, unsigned rate, unsigned lenght, unsigned dsize);
SoundData constructor.
|
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. |