ALPY
ALPY | |
---|---|
Website: | http://www.stolk.org/alpy/ |
Description: | 3D sound kit, based on OpenAL, with a Python binding |
Author: | Bram Stolk |
ALPY is a 3D sound kit, based op OpenAL, with a Python binding. It is © by Bram Stolk, and available under GPL license.
Initially, this started out as a 1:1 translation of the OpenAL API onto Python. However, this does not work very well. OpenAL's API is pretty low-level, and has no object orientated model.
Instead, ALPY is a layered system: On top of OpenAL, there is a set of C++ classes. On top of these C++ classes, a Python API was created (Thanks to SWIG: www.swig.org).