mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
bluez-monitor: improve documentation for 'bluez5.msbc-support', set values of some properties in comment to default
This commit is contained in:
parent
d8f86ca6e5
commit
0beb6bfc6c
1 changed files with 9 additions and 4 deletions
|
|
@ -1,7 +1,12 @@
|
||||||
# Bluez monitor config file #
|
# Bluez monitor config file #
|
||||||
|
|
||||||
properties = {
|
properties = {
|
||||||
#bluez5.sbc-xq-support = true
|
# 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.
|
||||||
|
#bluez5.msbc-support = false
|
||||||
|
|
||||||
|
#bluez5.sbc-xq-support = false
|
||||||
|
|
||||||
# Enabled headset roles (default: [ hsp_hs hfp_ag ]), this
|
# Enabled headset roles (default: [ hsp_hs hfp_ag ]), this
|
||||||
# property only applies to native backend. Currently some headsets
|
# property only applies to native backend. Currently some headsets
|
||||||
|
|
@ -46,7 +51,7 @@ rules = [
|
||||||
#]
|
#]
|
||||||
bluez5.reconnect-profiles = [ hfp_hf hsp_hs a2dp_sink ]
|
bluez5.reconnect-profiles = [ hfp_hf hsp_hs a2dp_sink ]
|
||||||
|
|
||||||
# MSBC is not expected to work on all headset + adapter combinations.
|
# Enable mSBC support for native backend, disabled by default.
|
||||||
#bluez5.msbc-support = false
|
#bluez5.msbc-support = false
|
||||||
|
|
||||||
# LDAC encoding quality
|
# LDAC encoding quality
|
||||||
|
|
@ -58,11 +63,11 @@ rules = [
|
||||||
|
|
||||||
# AAC variable bitrate mode
|
# AAC variable bitrate mode
|
||||||
# Available values: 0 (cbr, default), 1-5 (quality level)
|
# Available values: 0 (cbr, default), 1-5 (quality level)
|
||||||
#bluez5.a2dp.aac.bitratemode = 0
|
#bluez5.a2dp.aac.bitratemode = 0
|
||||||
|
|
||||||
# Profile connected first
|
# Profile connected first
|
||||||
# Available values: a2dp-sink (default), headset-head-unit
|
# Available values: a2dp-sink (default), headset-head-unit
|
||||||
#device.profile = headset-head-unit
|
#device.profile = a2dp-sink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue