Thin Common Lisp wrapper over OpenAL
cross-platform 3D audio API.
- ASDF/Quicklisp
- x86_64/i686 GNU/Linux, macOS or Windows
(ql:quickload '(openal-blob bodge-openal))
All wrapped functions can be found in %alc
and %al
packages.
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)