Skip to content

A simple command line program, mainly to allow electron apps to stream with audio on Linux, via pipewire

License

Notifications You must be signed in to change notification settings

PoorPocketsMcNewHold/linux-virtmic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vencord Virtmic

A simple command line program to allow electron apps to stream with audio on Linux via pipewire

Usage

Grab the prebuild or build from source

List available targets (apps that are playing audio)

This will print a list of names, newline separated

./vencord-virtmic --list-targets

Create a virtual mic for a target

This will create a virtual mic called vencord-virtmic you can use

./vencord-virtmic Firefox

Compiling

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

Acknowledgements

This library is heavily based on the amazing work by the https://github.com/Soundux/rohrkabel/ library

About

A simple command line program, mainly to allow electron apps to stream with audio on Linux, via pipewire

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 84.5%
  • CMake 15.5%