mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
wireplumber/61-more-codecs.lua: note that all disables HQ playback
This commit is contained in:
parent
b770e2f51d
commit
dc1fa5e65d
@ -5,5 +5,7 @@
|
|||||||
bluez_monitor.properties = {
|
bluez_monitor.properties = {
|
||||||
["bluez5.enable-sbc-xq"] = true,
|
["bluez5.enable-sbc-xq"] = true,
|
||||||
["bluez5.enable-msbc"] = true,
|
["bluez5.enable-msbc"] = true,
|
||||||
|
-- The default is all, but for some reason that removes all the high
|
||||||
|
-- quality codecs.
|
||||||
["bluez5.codecs"] = "[sbc sbc_xq aac ldac aptx aptx_hd aptx_ll aptx_ll_duplex faststream faststream_duplex]",
|
["bluez5.codecs"] = "[sbc sbc_xq aac ldac aptx aptx_hd aptx_ll aptx_ll_duplex faststream faststream_duplex]",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user