Created
April 10, 2021 18:02
-
-
Save reevik/5a2d3f8e7ea3d76f7a13d330f248e790 to your computer and use it in GitHub Desktop.
Enable aptX BT Codec on Mac
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
sudo defaults write bluetoothaudiod "Enable AptX codec" -bool true | |
sudo defaults read bluetoothaudiod |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment