A simple command line program to allow electron apps to stream with audio on Linux via pipewire
Grab the prebuild or build from source
This will print a list of names, newline separated
./vencord-virtmic --list-targets
This will create a virtual mic called vencord-virtmic
you can use
./vencord-virtmic Firefox
I did this on fedora, but it should work similarly on other distros.
- Install the build essentials (make, cmake, g++, ...)
- Install pipewire-devel, expected-devel,
git clone https://github.com/Vencord/linux-virtmic --recurse-submodules
mkdir build
cd build
cmake ..
make
You should now find the addon at build/vencord-virtmic
This library is heavily based on the amazing work by the https://github.com/Soundux/rohrkabel/ library