mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
pulse-tunnel: improve latency property docs
To make it clear it needs to a number only (without ms at the end)
This commit is contained in:
parent
3085e312b6
commit
72912c9589
1 changed files with 2 additions and 1 deletions
|
|
@ -72,7 +72,7 @@
|
|||
* (Default `sink`)
|
||||
* - `pulse.server.address`: the address of the PulseAudio server to tunnel to.
|
||||
* - `pulse.latency`: the latency to end-to-end latency in milliseconds to
|
||||
* maintain (Default 200ms).
|
||||
* maintain (Default 200).
|
||||
* - `stream.props`: Extra properties for the local stream.
|
||||
*
|
||||
* ## General options
|
||||
|
|
@ -101,6 +101,7 @@
|
|||
* tunnel.mode = sink
|
||||
* # Set the remote address to tunnel to
|
||||
* pulse.server.address = "tcp:192.168.1.126"
|
||||
* #pulse.latency = 200
|
||||
* #audio.rate=<sample rate>
|
||||
* #audio.channels=<number of channels>
|
||||
* #audio.position=<channel map>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue