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://distro.ibiblio.org/rootlinux/rootlinux-ports/more/freealut/freealut-1.1.0/doc/alut.html.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
usenativewindowslibraries

When compiling under Windows, use the native libraries instead of e.g. the ones coming with Cygwin.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

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 (>=1.6.0.0), OpenGL (>=2.9.0.0) [details]
License BSD-3-Clause
Author
Maintainer Sven Panne <svenpanne@gmail.com>
Category Sound
Home page https://github.com/haskell-openal/ALUT
Bug tracker https://github.com/haskell-openal/ALUT/issues
Source repo head: git clone https://github.com/haskell-openal/ALUT
Uploaded by SvenPanne at 2013-12-17T15:26:43Z
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 15367 total (27 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 2 reports]

Readme for ALUT-2.3.0.1

[back to package description]

ALUT

A Haskell binding for the OpenAL Utility Toolkit, which makes managing of OpenAL contexts, loading sounds in various formats and creating waveforms very easy.

Build Status