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:
Wim Taymans 2023-10-10 15:10:19 +02:00
parent 6c32b50ccd
commit fcde479a82
4 changed files with 11 additions and 12 deletions

View file

@ -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.