SourceForge Logo

CL-FMOD

CL-Fmod is a set of common lisp bindings to fmod, utilizing UFFI to attempt reasonable portability.
Development: Sourceforge project page

Requirements:

Running:

Several ASDF systems have been defined: fmod, fmod-samples
You can load them like so:
(load "fmod.asd")
(asdf:oos 'asdf:load-op 'fmod) ;for example

Or for the examples:
(load "fmod-samples.asd")
(asdf:oos 'asdf:load-op 'fmod-samples)

Current samples can be run like so:
(fmod-samples:simplest)
(fmod-samples:netstream "http://www.location.of.file.com/file.mp3")

Note that the `load' command is only needed if your distribution does not automatically load these files by default.

Important Bugs / Notes:

Has been tested and known to work on:

Should work on but untested (patches gladly accepted):


djwatson@docwatson.org
Last modified: Wed Aug 4 08:28:20 NZST 2004