mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
man: update man page
This commit is contained in:
parent
76631e6251
commit
d90d2c92f4
1 changed files with 10 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ RATE
|
||||||
The current rate (for drivers) and the suggested rate for follower
|
The current rate (for drivers) and the suggested rate for follower
|
||||||
nodes.
|
nodes.
|
||||||
|
|
||||||
This is the rate at which the graph processes data and needs to be combined with
|
This is the rate at which the *graph* processes data and needs to be combined with
|
||||||
the QUANT value to derive the duration of a processing cycle in the graph.
|
the QUANT value to derive the duration of a processing cycle in the graph.
|
||||||
|
|
||||||
Some nodes can have a 0 RATE, which means that they don't have any rate
|
Some nodes can have a 0 RATE, which means that they don't have any rate
|
||||||
|
|
@ -72,7 +72,8 @@ RATE
|
||||||
The RATE on (audio) driver nodes usually also translates directly to the
|
The RATE on (audio) driver nodes usually also translates directly to the
|
||||||
samplerate used by the device. Although some devices might not be able to
|
samplerate used by the device. Although some devices might not be able to
|
||||||
operate at the given samplerate, in which case resampling will need to be
|
operate at the given samplerate, in which case resampling will need to be
|
||||||
done.
|
done. The negotiated samplerate with the device and stream can be found in
|
||||||
|
the FORMAT column.
|
||||||
|
|
||||||
WAIT
|
WAIT
|
||||||
The waiting time of a node is the elapsed time between when the node
|
The waiting time of a node is the elapsed time between when the node
|
||||||
|
|
@ -125,6 +126,13 @@ ERR
|
||||||
Xruns for followers are incremented when the node started processing but
|
Xruns for followers are incremented when the node started processing but
|
||||||
did not complete before the end of the graph cycle deadline.
|
did not complete before the end of the graph cycle deadline.
|
||||||
|
|
||||||
|
FORMAT
|
||||||
|
The format used by the driver node or the stream. This is the hardware format
|
||||||
|
negotiated with the device or stream.
|
||||||
|
|
||||||
|
If the stream of driver has a different rate than the graph, resampling will
|
||||||
|
be done.
|
||||||
|
|
||||||
NAME
|
NAME
|
||||||
Name assigned to the device/node, as found in *pw-dump* node.name
|
Name assigned to the device/node, as found in *pw-dump* node.name
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue