Skip to content

Instantly share code, notes, and snippets.

@agners
Created June 5, 2022 12:22
Show Gist options
  • Save agners/48521cc7677d3134d9861ea0484724f4 to your computer and use it in GitHub Desktop.
Save agners/48521cc7677d3134d9861ea0484724f4 to your computer and use it in GitHub Desktop.
Elgato Wave:3 Pulseaudio "unstuck"
#!/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