fix(pipewire): rm mysterious bluetooth config that was causing muffled audio

This commit is contained in:
Mohammad Rafiq 2025-03-25 07:41:42 +08:00
parent 76d1989512
commit a394bd9ae4
No known key found for this signature in database

View file

@ -9,19 +9,5 @@
enable = true; enable = true;
support32Bit = true; support32Bit = true;
}; };
# wwireplumber is enabled by default
wireplumber.extraConfig.bluetoothEnhancements = {
"monitor.bluez.properties" = {
"bluez5.enable-sbc-xq" = true;
"bluez5.enable-msbc" = true;
"bluez5.enable-hw-volume" = true;
"bluez5.roles" = [
"hsp_hs"
"hsp_ag"
"hfp_hf"
"hfp_ag"
];
};
};
}; };
} }