OpenAL: A binding to the OpenAL cross-platform 3D audio API
A Haskell binding for the OpenAL cross-platform 3D audio API, appropriate for use with gaming applications and many other types of audio applications.
On Windows, this package works well with the "OpenAL Soft" binary distribution from http://kcat.strangesoft.net/openal.html. Type 'cabal install --extra-lib-dirs=<DIR>' where <DIR> is the directory where libOpenAL32.dll.a is located (must be an absolute path). Then rename soft_oal.dll to OpenAL32.dll and put it somewhere in the PATH. I found that c:\Windows\ worked.
This package has also been tested on GNU/Linux and iOS.
[Skip to Readme]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
usenativewindowslibraries | When compiling under Windows, use the native libraries instead of e.g. the ones coming with Cygwin. | Enabled |
buildexamples | Build various OpenAL examples. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- OpenAL-1.7.0.5.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 1.3, 1.3.1.1, 1.3.1.2, 1.3.1.3, 1.4.0.0, 1.4.0.1, 1.4.0.2, 1.5.0.0, 1.6.0.0, 1.6.0.1, 1.7.0.0, 1.7.0.1, 1.7.0.2, 1.7.0.3, 1.7.0.4, 1.7.0.5 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=3 && <5), ObjectName (>=1.1 && <1.2), OpenAL, OpenGL (>=2.12 && <3.1), StateVar (>=1.1 && <1.3), transformers (>=0.2 && <0.7) [details] |
Tested with | ghc ==7.0.4, ghc ==7.2.2, ghc ==7.4.2, ghc ==7.6.3, ghc ==7.8.4, ghc ==7.10.3, ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.3, ghc ==8.6.5, ghc ==8.8.1 |
License | BSD-3-Clause |
Copyright | Copyright (C) 2003-2016 Sven Panne |
Author | Sven Panne |
Maintainer | Sven Panne <svenpanne@gmail.com>, Stephen Blackheath <haskell.openal2.stephen@blacksapphire.com> |
Revised | Revision 1 made by Bodigrim at 2023-08-02T22:13:54Z |
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/OpenAL.git |
Uploaded | by SvenPanne at 2019-06-10T16:04:48Z |
Distributions | FreeBSD:1.7.0.0, LTSHaskell:1.7.0.5, NixOS:1.7.0.5, Stackage:1.7.0.5 |
Reverse Dependencies | 6 direct, 0 indirect [details] |
Executables | TestDevice |
Downloads | 19456 total (84 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2019-06-10 [all 1 reports] |