About LADSPA - rod8902/grrc2016 GitHub Wiki
LADSPA - Linux Audio Developer's Simple Plugin API's
https://web.archive.org/web/20150620022645/http://www.ladspa.org/
tap-plugins - ladspa api๋ฅผ ์ฌ์ฉํ ๊ฐ๋จํ ํ๋ฌ๊ทธ์ธ๋ค์ ์งํฉ
https://web.archive.org/web/20150804115248/http://tap-plugins.sourceforge.net/
http://www.linuxdevcenter.com/pub/a/linux/2001/02/02/ladspa.html
http://packages.ubuntu.com/source/trusty/ladspa-sdk
Dependencies : g++ sndfile-programs
First, go to the LADSPA home page to pick up the latest SDK. Download the tarball (ladspa_sdk.tgz) to your $HOME directory, unpack it with tar xzvf ladspa_sdk.tgz. Next go into your new LADSPA_SDK/src directory and run make to build the sample plug-ins and utilities.
Compiling is straightforward and requires no special libraries or other dependencies. When the compiler is finished, become root (su root) and run make install.
Set the LADSPA_PATH environment variable with this command:
export LADSPA_PATH=/usr/local/lib/ladspa
http://askubuntu.com/questions/43950/how-can-i-apply-a-ladspa-plugin-to-a-pulseaudio-stream