Created
June 5, 2022 12:22
-
-
Save agners/48521cc7677d3134d9861ea0484724f4 to your computer and use it in GitHub Desktop.
Elgato Wave:3 Pulseaudio "unstuck"
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
#!/bin/sh | |
# Getting Elgato Wave:3 Microphone input "unstuck" on Linux & Pulseaudio | |
# Replace <card-name> with your microphones card name (check "pacmd list-cards") | |
# It looks something like "usb-Elgato_Systems_Elgato_Wave_3_<serial>-00" | |
pacmd set-card-profile alsa_card.<card-name> output:analog-stereo | |
pacmd set-card-profile alsa_card.<card-name> input:mono-fallback |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment