Mercurial > audio-send
view README @ 30:32c69ba451d9
fixed bug where sound-processor would generate too many floats
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 23 Jan 2012 05:49:37 -0700 |
parents | 1fc162d84343 |
children |
line wrap: on
line source
1 Source Install2 ==============4 This is a special version of OpenAL Soft which supports only one5 device, the "send" device, which supports multiple listeners in a6 limited fashion.8 Instructions:10 First compile necessary JNI bindings12 cd ./java13 ant native14 cd ..16 Then configure the project using CMake18 mkdir build19 cd build20 cmake ..22 Build the project.24 make27 Acknowledgements28 ================30 Special thanks go to:32 Creative Labs for the original source code this is based off of.34 Christopher Fitzgerald for the current reverb effect implementation,35 and helping with the low-pass filter.37 Christian Borss for the 3D panning code the current implementation is38 heavilly based on.40 Ben Davis for the idea behind the current click-removal code.