back
macos
Codecs AptX e AAC
- Ativando AptX e AAC na linha de comando (Catalina e BigSur):
sudo defaults write bluetoothaudiod "Enable AptX codec" -bool true
sudo defaults write bluetoothaudiod "Enable AAC codec" -bool true
- Desativando AptX e AAC na linha de comando (Catalina e BigSur):
sudo defaults write bluetoothaudiod "Enable AptX codec" -bool false
sudo defaults write bluetoothaudiod "Enable AAC codec" -bool false