About

Metadata

  • Last updated , by AlexanderBondarenko
  • License BSD-3-Clause
  • Categories Audio
  • Maintained by: aenor.realm@gmail.com

  • Lottery factor: 1

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    system-openal (on by default)

    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.

Readme

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