mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
doc: fix a typo
This commit is contained in:
parent
0e8a8e9844
commit
d238fc8199
1 changed files with 3 additions and 3 deletions
|
|
@ -129,7 +129,7 @@ When we have a sink with a ProcessLatency, for example, of 512 samples:
|
||||||
^
|
^
|
||||||
| +----------+
|
| +----------+
|
||||||
+---- FL |
|
+---- FL |
|
||||||
| sink | <- ProcessLatency: [ { "quantum": 0, "rate": 1024, "ns": 0 } ]
|
| sink | <- ProcessLatency: [ { "quantum": 0, "rate": 512, "ns": 0 } ]
|
||||||
+---- FR |
|
+---- FR |
|
||||||
| +----------+
|
| +----------+
|
||||||
v
|
v
|
||||||
|
|
@ -192,8 +192,8 @@ If we place a node with a 256 sample latency in the above source-sink graph:
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
See how the output latency propagates and is incremented going downstream and the
|
See how the output latency propagates and is increased going downstream and the
|
||||||
input latency is incremented and traveling upstream.
|
input latency is increased and traveling upstream.
|
||||||
|
|
||||||
|
|
||||||
## Link a port to two port with different latencies
|
## Link a port to two port with different latencies
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue