Created
September 21, 2019 08:39
-
-
Save yradunchev/c7c456f10bccf4711f073337e903d0ea to your computer and use it in GitHub Desktop.
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
| # Creating a system sound monitor | |
| pcm.pulse_monitor { | |
| type pulse | |
| device alsa_output.pci-0000_00_1b.0.analog-stereo.monitor | |
| } | |
| ctl.pulse_monitor { | |
| type pulse | |
| device alsa_output.pci-0000_00_1b.0.analog-stereo.monitor | |
| } | |
| # Creating an ALSA interface for the USB microphone | |
| pcm.pulse_mic { | |
| type pulse | |
| device alsa_input.pci-0000_00_1b.0.analog-stereo | |
| } | |
| ctl.pulse_mic { | |
| type pulse | |
| device alsa_input.pci-0000_00_1b.0.analog-stereo | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment