al: OpenAL 1.1 raw API.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
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 eiher. It'll be embedded in
future releases, soon.
IMPORTANT: In order to build and install "al", you'll
need to pass the path of the include and libs directory
of your OpenAL installation.
Then use this to install:
cabal install --extra-include-dirs=path_to_include --extra-lib-dirs=path_to_libs
Properties
Versions | 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.1, 0.1.1.1, 0.1.1.2, 0.1.1.3, 0.1.1.3, 0.1.2, 0.1.3, 0.1.3.1, 0.1.3.2, 0.1.4, 0.1.4.1, 0.1.4.2 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.7 && <4.8) [details] |
License | BSD-3-Clause |
Copyright | Dimitri Sabadie |
Author | Dimitri Sabadie <dimitri.sabadie@gmail.com> |
Maintainer | Dimitri Sabadie <dimitri.sabadie@gmail.com> |
Category | Sound |
Home page | http://github.com/phaazon/al |
Bug tracker | http://github.com/phaazon/al/issues |
Source repo | head: git clone git://github.com/phaazon/al.git |
Uploaded | by DimitriSabadie at 2015-03-14T13:28:19Z |
Modules
- Sound
- Sound.AL
- Sound.AL.Buffer
- Sound.AL.Defines
- Sound.AL.EAX
- Sound.AL.Errors
- Sound.AL.Extensions
- Sound.AL.Listener
- Sound.AL.Source
- Sound.AL.State
- Sound.AL.Types
- Sound.ALC
- Sound.ALC.Context
- Sound.ALC.Defines
- Sound.ALC.Device
- Sound.ALC.Errors
- Sound.ALC.Extensions
- Sound.ALC.State
- Sound.ALC.Types
- Sound.AL
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
stdcall | Use the | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- al-0.1.1.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees