SND\AstrorEnales_cp 67c9efa6cf - Moved the Wave loading/conversion to an extra project (WaveUtils)
- Started implementation of the Wave Content Pipeline
- Fixed GraphicsDeviceWindowsGL3
2012-08-29 18:07:54 +00:00

11 lines
135 B
C#

namespace WaveUtils
{
public enum ALFormat
{
Mono8 = 4352,
Mono16 = 4353,
Stereo8 = 4354,
Stereo16 = 4355,
}
}