Mercurial > audio-send
view README @ 28:1fc162d84343
updated README
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 19 Nov 2011 20:09:50 -0700 |
parents | a988ea53d982 |
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.