ALmixer
0.0.5
|
Roughly the equvialent to the Sound_AudioInfo struct in SDL_sound. More...
#include <ALmixer.h>
Data Fields | |
ALushort | format |
Equivalent of SDL_AudioSpec.format. More... | |
ALubyte | channels |
Number of sound channels. More... | |
ALuint | rate |
Sample rate; frequency of sample points per second. More... | |
Roughly the equvialent to the Sound_AudioInfo struct in SDL_sound.
Types have been changed to use AL types because I know those are available. This is different than SDL which uses fixed types so there might be subtle things you need to pay attention to..
ALubyte ALmixer_AudioInfo::channels |
Number of sound channels.
1 == mono, 2 == stereo.
ALushort ALmixer_AudioInfo::format |
Equivalent of SDL_AudioSpec.format.
ALuint ALmixer_AudioInfo::rate |
Sample rate; frequency of sample points per second.