Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kettek/pipewire-virtual-audio-gui

crummy little app to link app audio to a virtual microphone
https://github.com/kettek/pipewire-virtual-audio-gui

Last synced: 19 days ago
JSON representation

crummy little app to link app audio to a virtual microphone

Awesome Lists containing this project

README

        

# Pipewire Virtual Audio GUI
![screenshot](shot.png)

This is a barebones interface to roughly the following commands:

```
# 1. create virtual microphone
pactl load-module module-null-sink media.class=Audio/Source/Virtual sink_name=my-virtualmic channel_map=front-left,front-right

# 2. get list of current audio outputs
pw-link -o

# 3. link the audio output to the virtual mic (stereo)
pw-link WEBRTC\ VoiceEngine:output_FL my-virtualmic:input_FL
pw-link WEBRTC\ VoiceEngine:output_FR my-virtualmic:input_FR
```

It tidies up the list of potential audio to capture and allows you to name your virtual microphone. It cleans up after itself on close.