Created
January 15, 2021 19:49
-
-
Save Jacob-Tate/942204f17fd063869cc1e3d1da5827d4 to your computer and use it in GitHub Desktop.
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
for aptx: | |
sudo defaults write bluetoothaudiod "Enable AptX codec" -bool true | |
for AAC: | |
sudo defaults write bluetoothaudiod "Enable AAC codec" -bool true | |
for verification: | |
sudo defaults read bluetoothaudiod |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment