SoundDataBase(unsigned format, unsigned rate, unsigned length);
SoundDataBase constructor for constructing a sound data object.
|
Parameters |
Description |
|
unsigned format |
Format of the sound data. |
|
unsigned rate |
Sample rate of the sound data. |
|
unsigned length |
Length of the sound data in samples. |