OpenAL is a minimalistic sound API that aims to provide
bare features for spacialized audio. The API looks like
the OpenGL one, thus the libs are pretty great together.
Up to now, no OpenAL extension is supported. You're highly
invited to contribute ;).
EAX is not supported yet either. It'll be embedded in
future releases, soon.
In order to build and install "al", you'll need to have
pkg-config installed.
For Ubuntu users, there might be a bug with pkg-config.
If the install fails, consider using cabal install al
your OpenAL setup is located to – you can help find that
with find / -name al.h@.
Changes
0.1.4.2
Fixed some compilation warnings.
Added support for c2hs-0.28.
0.1.4.1
Added support for c2hs 0.2.*.
0.1.4
Mac OS X support (frameworks).
0.1.3.2
Added support for pkg-config (UNIX only)
0.1.3.1
Added support for c2hs 0.25.*.
0.1.3
Added support for GHC 7.10.1 and lower base.
0.1.2
Everything runs in (MonadIO m) => m a instead of IO a now on.
0.1.1.3
Relaxed upper bounds on c2hs to enable the use of c2hs-0.24.*.
0.1.1.2
alcIsExtensionSupported doesn’t exist; it’s a typo. Renamed
alcIsExtensionPresent.