<div dir="ltr">settingĀ  /etc/pulse/<a href="http://default.pa">default.pa</a> with the lines below seems to fix this issue<br><div><br>.ifexists module-udev-detect.so<br>load-module module-udev-detect tsched_buffer_size=16384<br><br></div><div>realtime-scheduling was commented out and I belive the default is "no"<br></div><div><br></div><div>Many Many thanks Tanu<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 3, 2017 at 6:49 AM, Tanu Kaskinen <span dir="ltr"><<a href="mailto:tanuk@iki.fi" target="_blank">tanuk@iki.fi</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Fri, 2017-03-31 at 10:14 +1300, John Nunnington wrote:<br>
> the process is killed.<br>
><br>
> julie@silverstone:~$ LANG=C pulseaudio -vvvv --log-time=1 ><br>
> ~/pulseverbose.log>&1<br>
> Killed<br>
<br>
</span>This probably happens, because pulseaudio consumes more CPU time in a<br>
realtime thread than the kernel allows. To work around this problem,<br>
you can disable realtime scheduling with this option in<br>
/etc/pulse/daemon.conf:<br>
<br>
realtime-scheduling = no<br>
<br>
As an alternative, you can also try reducing the buffer size (smaller<br>
buffer means that pulseaudio processes audio more often, but spends<br>
less time each time). Pass the "tsched_buffer_size" argument to module-<br>
udev-detect in /etc/pulse/<a href="http://default.pa" rel="noreferrer" target="_blank">default.pa</a>. For example:<br>
<br>
load-module module-udev-detect tsched_buffer_size=50000<br>
<br>
The buffer size is in bytes. 50000 bytes corresponds to about 283<br>
milliseconds with a typical audio format.<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Tanu<br>
<br>
<a href="https://www.patreon.com/tanuk" rel="noreferrer" target="_blank">https://www.patreon.com/tanuk</a><br>
______________________________<wbr>_________________<br>
pulseaudio-discuss mailing list<br>
<a href="mailto:pulseaudio-discuss@lists.freedesktop.org">pulseaudio-discuss@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/pulseaudio-<wbr>discuss</a><br>
</div></div></blockquote></div><br></div>