Popularity
5.3
Growing
Activity
0.0
Stable
4
4
4

Monthly Downloads: 53
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Sound     Multimedia    
Latest version: v0.1.4

al alternatives and similar packages

Based on the "Sound" category.
Alternatively, view al alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of al or a related project?

Add another 'Sound' Package

README

al

Hackage

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.