mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-07 19:18:03 +02:00
docs: add api.acp.probe-rate docs
document the property used to configure the samplerate used when opening the device for probing.
This commit is contained in:
parent
f3e62f31db
commit
6b32ef5e64
1 changed files with 7 additions and 0 deletions
|
|
@ -198,6 +198,13 @@ default disabled because the session manager handles the task of selecting and
|
|||
restoring ports. It can, for example, restore previously saved volumes. Enable
|
||||
this here when the session manager does not handle port restore.
|
||||
|
||||
.. code-block:: lua
|
||||
|
||||
["api.acp.probe-rate"] = 48000
|
||||
|
||||
Sets the samplerate used for probing the ALSA devices and collecting the profiles
|
||||
and ports.
|
||||
|
||||
Some of the other properties that might be configured on devices:
|
||||
|
||||
.. code-block:: lua
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue