Skip to main content


#Linux users who have some experience with #audio and #Pipewire, a friend wants to take audio from a mic/sound card input, run it through some plugins IE through LADSPA, then route it to an application like TeamTalk. How to achieve this? Asking for @tomecki
This entry was edited (1 week ago)

Matt Campbell reshared this.

in reply to Pitermach

easiest way is probably to use Carla to host the LADSPA plugins and to route the audio (add a sink with e.g. `pactl load-module module-null-sink sink_name=mic-processed object.linger=1 media.class=Audio/Duplex`, route audio to it in Carla and select it as an input device in TeamTalk)
in reply to Pitermach

You peobably want to reroute the audio using something like helvum or qpwgraph
in reply to Pitermach

@Pitermach @Tomecki I think you can use an app called easy effects for this. It even has some usefull built-in effects and is really easy to work with. It's an accessible GTK4 based app and does not require using the terminal directly.
⇧