dimtpap / obs-pipewire-audio-capture

🔊 Audio device and application capture for OBS Studio using PipeWire
https://obsproject.com/forum/resources/pipewire-audio-capture.1458/
GNU General Public License v2.0
345 stars 12 forks source link

Virtual sinks are not working #74

Open sfjuocekr opened 2 days ago

sfjuocekr commented 2 days ago

When using a virtual sink, pipewire.conf.d/virtualsink.conf:

context.modules = [
   { name = libpipewire-module-loopback
     args = {
        node.description = "MicSolo"
        capture.props = {
           node.name = "MicSolo_capture"
           media.class = "Audio/Sink"
           audio.position = [ MONO ]
        }
        playback.props = {
           node.name = "MicSolo_playback"
           media.class = "Audio/Source"
           audio.position = [ MONO ]
        }
     }
   }
]

Virtual sinks are shown, but when I try to select one and press the OK button it reverts back to the "Default".

dimtpap commented 2 days ago

Add audio.channels = 1 in the properties