Created
October 24, 2021 14:47
-
-
Save infirit/a8cb4215085fa6bca84fcb82cf0f8cae to your computer and use it in GitHub Desktop.
Stream only game audio to discord or zoom
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.include /etc/pulse/default.pa | |
load-module module-null-sink sink_name=stream sink_properties=device.description=stream | |
load-module module-combine-sink sink_name=combined sink_properties=device.description="combined" slaves=alsa_output.pci-0000_0b_00.4.analog-stereo,stream | |
load-module module-remap-source master=stream.monitor source_name=virtmic source_properties=device.description=Virtual_Microphone |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment