rlm@0: Source Install rlm@0: ============== rlm@0: rlm@28: This is a special version of OpenAL Soft which supports only one rlm@28: device, the "send" device, which supports multiple listeners in a rlm@28: limited fashion. rlm@0: rlm@28: Instructions: rlm@28: rlm@28: First compile necessary JNI bindings rlm@28: rlm@28: cd ./java rlm@28: ant native rlm@28: cd .. rlm@28: rlm@28: Then configure the project using CMake rlm@28: rlm@28: mkdir build rlm@28: cd build rlm@0: cmake .. rlm@0: rlm@28: Build the project. rlm@0: rlm@28: make rlm@0: rlm@0: rlm@0: Acknowledgements rlm@0: ================ rlm@0: rlm@0: Special thanks go to: rlm@0: rlm@0: Creative Labs for the original source code this is based off of. rlm@0: rlm@9: Christopher Fitzgerald for the current reverb effect implementation, rlm@9: and helping with the low-pass filter. rlm@0: rlm@9: Christian Borss for the 3D panning code the current implementation is rlm@9: heavilly based on. rlm@0: rlm@0: Ben Davis for the idea behind the current click-removal code.