Skip to content

Commit

Permalink
obs-loopback
Browse files Browse the repository at this point in the history
  • Loading branch information
animafps committed Oct 3, 2023
1 parent 0b80ba4 commit 00f366c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .config/pipewire/pipewire.conf.d/obs-loopback.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
context.modules = [
{ name = libpipewire-module-loopback
args = {
audio.position = [ FL FR ]
capture.props = {
media.class = Audio/Sink
node.name = obs_sink
node.description = "OBS Sink"
#node.latency = 1024/48000
#audio.rate = 44100
#audio.channels = 2
#audio.position = [ FL FR ]
#target.object = "obs-sink"
}
playback.props = {
#media.class = Audio/Source
node.name = obs_sink_output
node.description = "OBS Sink Out"
#node.latency = 1024/48000
#audio.rate = 44100
#audio.channels = 2
#audio.position = [ FL FR ]
target.object = "alsa_output.pci-0000_00_1f.3.analog-stereo"
stream.dont-remix = true
node.passive = true
}
}
}
]

0 comments on commit 00f366c

Please sign in to comment.