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/

Linux Audio Plug-Ins: A Look Into LADSPA

http://www.linuxdevcenter.com/pub/a/linux/2001/02/02/ladspa.html

ladspa-sdk source code

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

when load taplugin module, what control option means?

http://askubuntu.com/questions/43950/how-can-i-apply-a-ladspa-plugin-to-a-pulseaudio-stream

⚠️ **GitHub.com Fallback** ⚠️