#include "openalpp/export.h"
#include <cstdlib>
#include <AL/al.h>
#include <AL/alut.h>
#include <AL/alc.h>
#include "openalpp/windowsstuff.h"
#include "openalpp/error.h"
#include "openalpp/referenced.h"
#include "openalpp/ref_ptr.h"
Go to the source code of this file.
Namespaces | |
namespace | openalpp |
Enumerations | |
enum | SampleFormat { Mono8, Stereo8, Mono16, Stereo16 } |
|
Format for sound data. Mono/Stereo, 8 or 16 bits. |