![]() |
Public API Reference |
#include <data.h>
Public Attributes | |
| int | Freq |
| Frequency of the sound (hz). More... | |
| int | Bits |
| number of bits per sample (8 or 16). More... | |
| int | Channels |
| number of channels (1 or 2). More... | |
This keeps information about the frequency, bits and channels of a sound data object.
Definition at line 28 of file data.h.
|
|
number of bits per sample (8 or 16).
|
|
|
number of channels (1 or 2).
|
|
|
Frequency of the sound (hz).
|