Skip to content

Instantly share code, notes, and snippets.

@yradunchev
Created September 21, 2019 08:39
Show Gist options
  • Select an option

  • Save yradunchev/c7c456f10bccf4711f073337e903d0ea to your computer and use it in GitHub Desktop.

Select an option

Save yradunchev/c7c456f10bccf4711f073337e903d0ea to your computer and use it in GitHub Desktop.
# 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