Created
December 25, 2017 18:55
-
-
Save nderjung/32ff965bfe7c771f463668b3df338bff to your computer and use it in GitHub Desktop.
Fix a muffled bluetooth headset
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
# Determine the profile index by | |
pacmd list-cards | |
# Set the audio profile to a2dp sink (replace 6 with profile index): | |
pacmd set-card-profile 6 a2dp_sink |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment