Optional support for simple parametric reverberation in jmePhonon.
The scope of this extension is to provide some sort of backward compatibility with jme's audio mechanics.
Due to uncertainties about the license of reverb.c and reverb.h ( velipso/sndfilter#7 ), this code has not been included in the main repo.
- Clone the main jmePhonon repo
- Create an empty directory in src/ext
- Copy the content of this repo in src/ext
- Set this env var
export BUILD_ARGS="-DINCLUDE_SIMPLE_REVERB"
- Compile as usual