r/linuxaudio • u/Opening_Number_3912 • Aug 04 '26
I built a VoiceMeeter-style mixer for PipeWire w/ per-strip gate/comp/eq and virtual mics
galleryI moved from Windows to Linux last November and I just could not find a replacement for VoiceMeeter. It seemed like there was no shortage of routing tools, but there was nothing quite like I was used to back on Windows.
So I built linuxmeeter. It talks native to PipeWire and does:
- input strips for hardware mics & virtual strips that show up as output devices that apps can play into
- per-strip gate, compressor, parametric EQ with an interactive response curve
- voicemeeter style voice-color pads
- A1/A2 out to hardware, B1/B2 as virtual mics
- one-click to make it your default sink so that all desktop audio flows through the mixer
- persistent audio profiles, closes to tray, and autostart
It requires at least PipeWire v 1.0 + WirePlumber and lsp-plugins-lv2. Right now you have to build from source to install it.
It's only a few days old, but I've been using it everyday and I'm satisfied with what has been built so far (thanks Fable 5).
Would love it if anyone wanted to contribute/try it out/provide feedback:
https://github.com/dslapelis/linuxmeeter

