Defines | |
| #define | DECMPA_OUTPUT_INT16 0 |
| Indicates that the audio samples are signed 16 bit integers (one per channel). | |
| #define | DECMPA_OUTPUT_FLOAT 1 |
| Indicates that the audio samples are floats (one per channel). | |
|
|
Indicates that the audio samples are signed 16 bit integers (one per channel). -32768 is the minimum and 32767 is the maximum value.
|
|
|
Indicates that the audio samples are floats (one per channel). -1.0 is the minimum and 1.0 is the maximum value.
|
1.2.17