SoundFile

A helper struct for reading from a sound file.

Members

Variables

bits
ushort bits;

Number of bits

bytes
ushort bytes;

Number of bytes

channels
ushort channels;

Number of channels

dataSize
uint dataSize;

Total data size

rate
uint rate;

The sound rate

Meta