mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
bluez5: allow selecting codecs to use in config file
For debugging, it may be useful to disable some of the codecs. Enable configuring this in config file, to make it more convenient for users, who may not know how to recompile/install pipewire.
This commit is contained in:
parent
f7db158bd6
commit
494194c4bf
2 changed files with 108 additions and 1 deletions
|
|
@ -1,8 +1,11 @@
|
|||
# bluez-monitor config file
|
||||
properties = {
|
||||
# msbc is not expected to work on all headset + adapter combinations.
|
||||
# msbc is not expected to work on all headset + adapter combinations.
|
||||
#bluez5.msbc-support = true
|
||||
#bluez5.sbc-xq-support = true
|
||||
|
||||
# Enabled codecs (default: all)
|
||||
#bluez5.codecs = [ sbc aac ldac aptx aptx_hd ]
|
||||
}
|
||||
|
||||
rules = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue