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:
Wim Taymans 2022-11-17 19:04:46 +01:00
parent 3085e312b6
commit 72912c9589

View file

@ -72,7 +72,7 @@
* (Default `sink`) * (Default `sink`)
* - `pulse.server.address`: the address of the PulseAudio server to tunnel to. * - `pulse.server.address`: the address of the PulseAudio server to tunnel to.
* - `pulse.latency`: the latency to end-to-end latency in milliseconds 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. * - `stream.props`: Extra properties for the local stream.
* *
* ## General options * ## General options
@ -101,6 +101,7 @@
* tunnel.mode = sink * tunnel.mode = sink
* # Set the remote address to tunnel to * # Set the remote address to tunnel to
* pulse.server.address = "tcp:192.168.1.126" * pulse.server.address = "tcp:192.168.1.126"
* #pulse.latency = 200
* #audio.rate=<sample rate> * #audio.rate=<sample rate>
* #audio.channels=<number of channels> * #audio.channels=<number of channels>
* #audio.position=<channel map> * #audio.position=<channel map>