Created
November 9, 2021 01:44
-
-
Save victor-oliveira1/ce7ade85b44c327f8a540b65d53300f8 to your computer and use it in GitHub Desktop.
Change codecs on bluetooth devices (Linux)
This file contains 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
# 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