Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hadronized/al
Haskell OpenAL raw binding
https://github.com/hadronized/al
Last synced: about 1 month ago
JSON representation
Haskell OpenAL raw binding
- Host: GitHub
- URL: https://github.com/hadronized/al
- Owner: hadronized
- License: other
- Created: 2015-02-27T23:42:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T07:11:51.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T21:08:43.992Z (about 2 months ago)
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/al
- Size: 32.2 KB
- Stars: 5
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# al
[![Hackage](https://img.shields.io/badge/hackage-0.1.4.1-orange.svg?style=flat)](https://hackage.haskell.org/package/al)
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.You’ll need `pkg-config` in order to build.
**For Ubuntu users: there’s a bug in the latest Ubuntu LTS, making the `pkg-config` files for OpenAL broken.
Consider using the following command to install:**cabal install al --extra-include-dirs=/usr/include/AL
Or whatever your install path is.