Similar to How can I apply a LADSPA plugin to a PulseAudio stream?, but I'm trying to apply the plugins to my source, not a sink. Basically, I want other people to hear my voice with plugins applied to it.
Let's say I have a input: INPUT='alsa_input.usb-mic-00-mic.analog-stereo'
And a filter:
pacmd load-module module-ladspa-sink sink_name=ladspa_low_pass master=$INPUT plugin=cmt label=lpf control=200
Doesn't really work. I'm able to select the filter on pavucontrol
but only for my output.
I don't want to install JACK, it caused me a few problems on VOIP clients.
nameofsink.monitor
but there may be issues with Skype. – Takkat Nov 22 '14 at 22:01