mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
parent
15e4e6bcbc
commit
6f235f344f
1 changed files with 2 additions and 0 deletions
|
|
@ -701,6 +701,8 @@ static int create_pulse_stream(struct impl *impl)
|
|||
PA_STREAM_AUTO_TIMING_UPDATE);
|
||||
} else {
|
||||
bufferattr.tlength = latency_bytes / 2;
|
||||
bufferattr.minreq = bufferattr.tlength / 4;
|
||||
bufferattr.prebuf = bufferattr.tlength;
|
||||
|
||||
res = pa_stream_connect_playback(impl->pa_stream,
|
||||
remote_node_target, &bufferattr,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue