mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
env: PIPEWIRE_QUANTUM now uses FORCE_RATE and FORCE_QUANTUM
Make it force a RATE and QUANTUM on the graph. The non-force options can already be done with PIPEWIRE_RATE and PIPEWIRE_LATENCY.
This commit is contained in:
parent
6c32b50ccd
commit
fcde479a82
4 changed files with 11 additions and 12 deletions
|
|
@ -52,9 +52,8 @@ applications:
|
|||
the samplerate.
|
||||
* `PIPEWIRE_RATE=<num/denom>` to configure a rate for the graph.
|
||||
* `PIPEWIRE_QUANTUM=<num/denom>` to configure latency as a fraction and a
|
||||
samplerate. This function will attempt to change
|
||||
the graph samplerate to `denom` and use the
|
||||
specified `num` as the buffer size.
|
||||
samplerate. This function will force the graph samplerate to
|
||||
`denom` and force the specified `num` as the buffer size.
|
||||
* `PIPEWIRE_NODE=<id>` to request a link to the specified node. The
|
||||
id can be a node.name or object.serial of the target node.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue