mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-01 12:47:59 +02:00
docs: add new ACP option do docs
Add api.acp.pro-channels to set the number of channels when probing the Pro Audio profile.
This commit is contained in:
parent
2daa2da773
commit
11733bed4c
1 changed files with 8 additions and 0 deletions
|
|
@ -205,6 +205,14 @@ this here when the session manager does not handle port restore.
|
|||
Sets the samplerate used for probing the ALSA devices and collecting the profiles
|
||||
and ports.
|
||||
|
||||
.. code-block:: lua
|
||||
|
||||
["api.acp.pro-channels"] = 64
|
||||
|
||||
Sets the number of channels to use when probing the Pro Audio profile. Normally,
|
||||
the maximum amount of channels will be used but with this setting this can be
|
||||
reduced, which can make it possible to use other samplerates on some devices.
|
||||
|
||||
Some of the other properties that might be configured on devices:
|
||||
|
||||
.. code-block:: lua
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue