Skip to content

ChrisJAllan/pipewire-capture-window

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

pipewire-capture-window

Send audio from a window to a virtual capture device

Usage

  1. Make a virtual input to loop captured audio.

Example pipewire.conf:

# ...
context.objects = [
    {   factory = adapter
        args = {
            factory.name     = support.null-audio-sink
            node.name        = "capture"
            node.description = "Virtual Capture"
            media.class      = "Audio/Source/Virtual"
            audio.position   = "FL,FR"
        }
    }
    # ...
]
  1. Edit capture-window and change DEST="capture" to the node.name.

  2. Run script, select window, and direct whatever recording program to use the loop device.

About

Send audio from a window to a virtual capture device

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages