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 Install
2 ==============
4 This is a special version of OpenAL Soft which supports only one
5 device, the "send" device, which supports multiple listeners in a
6 limited fashion.
8 Instructions:
10 First compile necessary JNI bindings
12 cd ./java
13 ant native
14 cd ..
16 Then configure the project using CMake
18 mkdir build
19 cd build
20 cmake ..
22 Build the project.
24 make
27 Acknowledgements
28 ================
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 is
38 heavilly based on.
40 Ben Davis for the idea behind the current click-removal code.