4#include <Optibits/Audio.hpp>
5#include <Optibits/Platform.hpp>
22 ALCcontext* alContext();
24 const int NO_CHANNEL = -1;
26 Channel allocateChannel();
28 bool channelExpired(
int channel,
int token);
30 ALuint alSourceForChannel(
int channel);
31 ALuint alSourceForSongs();