mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
bluez-monitor: Propagate the msbc-support global property to device
msbc-support global property can be used for all backends, or for native backend overloaded on a per device rule.
This commit is contained in:
parent
fa3bd6b0e1
commit
07c9dbbffa
2 changed files with 12 additions and 5 deletions
|
|
@ -1,9 +1,10 @@
|
|||
# Bluez monitor config file for PipeWire version @VERSION@ #
|
||||
|
||||
properties = {
|
||||
# Enable mSBC support for ofono backend and hsphfpd backend,
|
||||
# disabled by default. Be aware that mSBC is not expected to
|
||||
# work on all headset + adapter combinations.
|
||||
# Enable mSBC support, disabled by default. Be aware that
|
||||
# mSBC is not expected to work on all headset + adapter combinations.
|
||||
# This can be overloaded for a specific device and native backend
|
||||
# in rules section.
|
||||
#bluez5.msbc-support = false
|
||||
|
||||
#bluez5.sbc-xq-support = false
|
||||
|
|
@ -51,7 +52,7 @@ rules = [
|
|||
#]
|
||||
bluez5.reconnect-profiles = [ hfp_hf hsp_hs a2dp_sink ]
|
||||
|
||||
# Enable mSBC support for native backend, disabled by default.
|
||||
# Overload mSBC support for native backend and a specific device.
|
||||
#bluez5.msbc-support = false
|
||||
|
||||
# LDAC encoding quality
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue