Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save victor-oliveira1/ce7ade85b44c327f8a540b65d53300f8 to your computer and use it in GitHub Desktop.
Save victor-oliveira1/ce7ade85b44c327f8a540b65d53300f8 to your computer and use it in GitHub Desktop.
Change codecs on bluetooth devices (Linux)
# List available codecs
pactl send-message /card/bluez_card.XX_XX_XX_XX_XX_XX/bluez list-codec
# Get active codec
pactl send-message /card/bluez_card.XX_XX_XX_XX_XX_XX/bluez get-codec
# Change codec
pactl send-message /card/bluez_card.XX_XX_XX_XX_XX_XX/bluez switch-codec '"CODEC"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment