bodge-openal
2020-10-16
Thin wrapper over OpenAL cross-platform 3D audio API
BODGE-OPENAL
Thin Common Lisp wrapper over OpenAL
cross-platform 3D audio API.
Requirements
- ASDF/Quicklisp
- x86_64/i686 GNU/Linux, macOS or Windows
Loading
(ql:quickload '(openal-blob bodge-openal))
Usage
Interface
All wrapped functions can be found in %alc
and %al
packages.
Example
Common Lisp example of working with bodge-openal
can be found in example.lisp
To run it, evaluate in your REPL:
(ql:quickload :bodge-openal/example) (openal.example:run)