SoundDataBase::SoundDataBase

SoundDataBase::SoundDataBase
SoundDataBase(unsigned format, unsigned rate, unsigned length);
Description

SoundDataBase constructor for constructing a sound data object.

Parameters
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.