wireplumber: Update configuration for bluetooth

This commit is contained in:
Sanchayan Maity 2024-07-26 14:40:24 +05:30
parent 66ad8a5eab
commit 5fd75b0fbd
Signed by: sanchayanmaity
GPG key ID: 6F6A0609C12038F3
2 changed files with 22 additions and 3 deletions

View file

@ -0,0 +1,17 @@
monitor.bluez.rules = [
{
matches = [
{
node.name = "~bluez_input.*"
},
{
node.name = "~bluez_output.*"
}
]
actions = {
update-props = {
session.suspend-timeout-seconds = 0
}
}
}
]

View file

@ -1,5 +1,7 @@
monitor.bluez.properties = { monitor.bluez.properties = {
bluez5.codecs = [ sbc_xq sbc ] bluez5.roles = [ a2dp_sink a2dp_source ]
bluez5.enable-sbc-xq = true bluez5.codecs = [ ldac aac sbc_xq sbc ]
bluez5.enable-msbc = true bluez5.enable-sbc-xq = true
bluez5.enable-msbc = false
bluez5.enable-hw-volume = false
} }