ALUT: A binding for the OpenAL Utility Toolkit

[ bsd3, library, sound ] [ Propose Tags ]

A Haskell binding for the OpenAL Utility Toolkit, which makes managing of OpenAL contexts, loading sounds in various formats and creating waveforms very easy. For more information about the C library on which this binding is based, please see: http://connect.creativelabs.com/openal/Documentation/The%20OpenAL%20Utility%20Toolkit.pdf.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 2.0, 2.1.0.0, 2.1.0.1, 2.1.0.2, 2.2.0.0, 2.3.0.0, 2.3.0.1, 2.3.0.2, 2.4.0.0, 2.4.0.1, 2.4.0.2, 2.4.0.3
Dependencies base (>=3 && <5), OpenAL, StateVar [details]
License BSD-3-Clause
Author
Maintainer Sven Panne <sven.panne@aedion.de>
Category Sound
Home page http://connect.creativelabs.com/openal/
Bug tracker mailto:sven.panne@aedion.de
Uploaded by SvenPanne at 2009-07-23T19:33:07Z
Distributions FreeBSD:2.4.0.0, LTSHaskell:2.4.0.3, NixOS:2.4.0.3, Stackage:2.4.0.3
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 15430 total (40 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for ALUT-2.2.0.0

[back to package description]
To build this package using Cabal directly from darcs, you must run
"autoreconf" before the usual Cabal build steps (configure/build/install).
autoreconf is included in the GNU autoconf tools.  There is no need to run
the "configure" script: the "setup configure" step will do this for you.