|
|
|
|
@ -32,9 +32,6 @@
|
|
|
|
|
|
|
|
|
|
#include <climits> |
|
|
|
|
#include <utility> |
|
|
|
|
#include <al.h> |
|
|
|
|
#include <alc.h> |
|
|
|
|
#include "MagnumExternal/OpenAL/extensions.h" |
|
|
|
|
|
|
|
|
|
#include <Corrade/Containers/ArrayView.h> |
|
|
|
|
|
|
|
|
|
@ -42,6 +39,13 @@
|
|
|
|
|
#include "Magnum/Audio/Audio.h" |
|
|
|
|
#include "Magnum/Audio/visibility.h" |
|
|
|
|
|
|
|
|
|
#if defined(CORRADE_TARGET_APPLE) && !defined(OPENAL_DEPRECATED) |
|
|
|
|
#define OPENAL_DEPRECATED /* Override deprecation warning macro to nothing */ |
|
|
|
|
#endif |
|
|
|
|
#include <al.h> |
|
|
|
|
#include <alc.h> |
|
|
|
|
#include "MagnumExternal/OpenAL/extensions.h" |
|
|
|
|
|
|
|
|
|
namespace Magnum { namespace Audio { |
|
|
|
|
|
|
|
|
|
/** @brief Sample buffer */ |
|
|
|
|
|