class csSoundBuffer Wave class :
It's the 'sound' PCM stored data
16 bits is signed (short)
8 bits is unsigned (unsigned char)Warning : size is the number of samples not the size of data i
Wave class :
It's the 'sound' PCM stored data
16 bits is signed (short)
8 bits is unsigned (unsigned char)Warning : size is the number of samples not the size of data i.e. if it's mono 8 bit and size = 800, data size is 800 if it's stereo 16 bit and size = 800, data size is 800*2*2 (two channels and 16 bits)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de