···66 alsa.enable = true;
77 alsa.support32Bit = true;
88 pulse.enable = true;
99+ jack.enable = true;
1010+ };
1111+1212+ services.pipewire.wireplumber.extraConfig.bluetoothEnhancements = {
1313+ "monitor.bluez.properties" = {
1414+ "bluez5.enable-sbc-xq" = true;
1515+ "bluez5.enable-msbc" = false;
1616+ "bluez5.enable-hw-volume" = true; ### <<< Enables touch slider on headphones for fader gain, pause, and unpause functionality
1717+ "bluez5.auto-connect" = ["a2dp_sink"]; ### <<< Autoconnect to HD 48khz mode on connect
1818+ "bluez5.roles" = ["a2dp_sink" "a2dp_source"]; ### <<< This sets the BT driver role to a2dp sink and source, which are the HD 44.1khz and 48khz module modesets but doesnt load the modules for hsp, which is the handset driver that enables the mic.
1919+ };
920 };
1021}