Commit 976dbdf0 authored by Danny Wood's avatar Danny Wood Committed by Jean-Baptiste Kempf

Fix pulseaudio no audio issues

parent 064d3d1f
......@@ -181,7 +181,7 @@ static int Open ( vlc_object_t *p_this )
*/
a.tlength = pa_bytes_per_second(&ss)/5;
a.maxlength = a.tlength * 2;
a.prebuf = a.tlength;
a.prebuf = a.tlength / 2;
a.minreq = a.tlength / 10;
/* Buffer size is 20mS */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment