Mercurial > audio-send
annotate README @ 33:3caceef436ea tip
formatting for web
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 11 Feb 2012 12:25:55 -0700 |
parents | 1fc162d84343 |
children |
rev | line source |
---|---|
rlm@0 | 1 Source Install |
rlm@0 | 2 ============== |
rlm@0 | 3 |
rlm@28 | 4 This is a special version of OpenAL Soft which supports only one |
rlm@28 | 5 device, the "send" device, which supports multiple listeners in a |
rlm@28 | 6 limited fashion. |
rlm@0 | 7 |
rlm@28 | 8 Instructions: |
rlm@28 | 9 |
rlm@28 | 10 First compile necessary JNI bindings |
rlm@28 | 11 |
rlm@28 | 12 cd ./java |
rlm@28 | 13 ant native |
rlm@28 | 14 cd .. |
rlm@28 | 15 |
rlm@28 | 16 Then configure the project using CMake |
rlm@28 | 17 |
rlm@28 | 18 mkdir build |
rlm@28 | 19 cd build |
rlm@0 | 20 cmake .. |
rlm@0 | 21 |
rlm@28 | 22 Build the project. |
rlm@0 | 23 |
rlm@28 | 24 make |
rlm@0 | 25 |
rlm@0 | 26 |
rlm@0 | 27 Acknowledgements |
rlm@0 | 28 ================ |
rlm@0 | 29 |
rlm@0 | 30 Special thanks go to: |
rlm@0 | 31 |
rlm@0 | 32 Creative Labs for the original source code this is based off of. |
rlm@0 | 33 |
rlm@9 | 34 Christopher Fitzgerald for the current reverb effect implementation, |
rlm@9 | 35 and helping with the low-pass filter. |
rlm@0 | 36 |
rlm@9 | 37 Christian Borss for the 3D panning code the current implementation is |
rlm@9 | 38 heavilly based on. |
rlm@0 | 39 |
rlm@0 | 40 Ben Davis for the idea behind the current click-removal code. |