This won’t be a refined blog article, but rather a quick dump of how I got it working just now.
Create a null sink:
pacmd load-module module-null-sink sink_name=ZoomSink
Give it a description (Not sure if it does anything…)
pacmd update-sink-proplist ZoomSink device.description=ZoomSink
Find our new sink’s ID:
$ pactl list sources short
7 ZoomSink.monitor module-null-sink.c s16le 2ch 44100Hz RUNNING
If you want to hear Zoom’s audio as normal, loop it back to your actual output device.
First, get its ID:
$ pactl list sinks short
0 alsa_output.pci-0000_25_00.3.analog-stereo module-alsa-card.c s16le 2ch 44100Hz SUSPENDED
Then, loop it back:pacmd load-module module-loopback source=7 sink=0
In Zoom, select ZoomSink as output. In OBS, select ZoomSink as input. Done!
0 Kommentare