openal-ffi: Low-level bindings to OpenAL.

[ bsd3, library, sound ] [ Propose Tags ] [ Report a vulnerability ]

Flags

Manual Flags

NameDescriptionDefault
system-openal

Use the OpenAL provided by the system: the OpenAL framework on Apple platforms, the openal system library elsewhere. Disable to skip the framework and link -lopenal directly against a source distribution (e.g. openal-soft), pointing at it with --extra-include-dirs and --extra-lib-dirs.

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] 0.0.1, 0.0.2
Change log ChangeLog.md
Dependencies base (>=4.7 && <5) [details]
License BSD-3-Clause
Copyright 2026 IC Rainbow
Author IC Rainbow
Maintainer aenor.realm@gmail.com
Uploaded by AlexanderBondarenko at 2026-06-13T10:08:29Z
Category Sound
Source repo head: git clone https://gitlab.com/dpwiz/openal-ffi
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 266 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2026-06-13 [all 1 reports]

Readme for openal-ffi-0.0.2

[back to package description]

openal-ffi

Very low-level bindings to the OpenAL library.

  • No OpenGL dependencies.
  • No point/vector/tensor/spaces dependencies.
  • No state and no resource management.
  • Modest DLL size.

Examples