mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Add code to fix problem found at review
This commit is contained in:
parent
2bff4a9337
commit
be3e87f485
4 changed files with 189 additions and 128 deletions
|
|
@ -423,6 +423,31 @@ PipeWire Opus Pro audio profile duplex max bitrate.
|
|||
@PAR@ device-param bluez5.a2dp.opus.pro.bidi.frame-dms = 400 # integer
|
||||
PipeWire Opus Pro audio profile duplex frame duration (1/10 ms).
|
||||
|
||||
@PAR@ device-param bluez5.bcast_source.config # JSON
|
||||
\parblock
|
||||
example JSON
|
||||
{
|
||||
"broadcast_code": [ // broadcast code
|
||||
1, 2, 104, 5, 83, 241, 65, 90, 162, 101, 187, 175, 198, 234, 3, 184
|
||||
],
|
||||
"bis": [
|
||||
{ // BIS configuration
|
||||
"qos_preset": "16_2_1", // QOS preset name from table Table 6.4 from BAP_v1.0.1.
|
||||
"audio_channel_allocation": 1, // audio channel allocation configuration for the BIS
|
||||
"metadata": [ // metadata configurations for the BIS
|
||||
{
|
||||
"length": 3,
|
||||
"type": 1,
|
||||
"value": [
|
||||
1, 1
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
\endparblock
|
||||
|
||||
## Device properties
|
||||
|
||||
@PAR@ device-param bluez5.auto-connect # boolean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue