<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.24.1.1">
</HEAD>
<BODY>
I have two users on my box. For one user, the sound works perfectly, the other experiences 'skips'. starting pulseadio with -vvv gives the following output (edited)<BR>
<BR>
----------------------- works ----------------<BR>
<BR>
I: client.c: Client 5 changed name from &quot;Native client (UNIX socket client)&quot; to &quot;ALSA plug-in [amarokapp]&quot;<BR>
I: module-volume-restore.c: Restoring sink for &lt;pulsecore/protocol-native.c$ALSA plug-in [amarokapp]&gt;<BR>
I: module-volume-restore.c: Restoring volume for &lt;pulsecore/protocol-native.c$ALSA plug-in [amarokapp]&gt;<BR>
I: module-alsa-sink.c: Trying resume...<BR>
I: module-alsa-sink.c: Resumed successfully...<BR>
I: module-alsa-sink.c: Starting playback.<BR>
D: module-suspend-on-idle.c: Sink alsa_output.hw_0_1 becomes idle.<BR>
D: module-suspend-on-idle.c: Sink alsa_output.hw_0_1 becomes busy.<BR>
I: resampler.c: Using resampler 'speex-float-1'<BR>
I: resampler.c: Using float32le as working format.<BR>
I: resampler.c: Choosing speex quality setting 1.<BR>
I: sink-input.c: Created input 0 &quot;ALSA Playback&quot; on alsa_output.hw_0_1 with sample spec s16le 2ch 44100Hz and channel map front-left,front-right<BR>
D: memblockq.c: memblockq requested: maxlength=4194304, tlength=176384, base=4, prebuf=154336, minreq=22048<BR>
D: memblockq.c: memblockq sanitized: maxlength=4194304, tlength=176384, base=4, prebuf=154336, minreq=22048<BR>
<BR>
--------------------------------------------------<BR>
<BR>
----------------------- skips ---------------------<BR>
I: client.c: Created 0 &quot;Native client (UNIX socket client)&quot;<BR>
I: protocol-native.c: Got credentials: uid=1001 gid=100 success=1<BR>
I: protocol-native.c: Enabled SHM for new connection<BR>
I: client.c: Client 0 changed name from &quot;Native client (UNIX socket client)&quot; to &quot;amarokapp&quot;<BR>
I: module-volume-restore.c: Restoring sink for &lt;pulsecore/protocol-native.c$amarokapp&gt;<BR>
I: module-volume-restore.c: Restoring volume for &lt;pulsecore/protocol-native.c$amarokapp&gt;<BR>
I: module-alsa-sink.c: Trying resume...<BR>
I: module-alsa-sink.c: Resumed successfully...<BR>
I: module-alsa-sink.c: Starting playback.<BR>
D: module-suspend-on-idle.c: Sink alsa_output.hw_0_1 becomes idle.<BR>
D: module-suspend-on-idle.c: Sink alsa_output.hw_0_1 becomes busy.<BR>
I: resampler.c: Using resampler 'speex-float-1'<BR>
I: resampler.c: Using float32le as working format.<BR>
I: resampler.c: Choosing speex quality setting 1.<BR>
I: sink-input.c: Created input 0 &quot;Audio Stream&quot; on alsa_output.hw_0_1 with sample spec s16le 2ch 44100Hz and channel map front-left,front-right<BR>
D: memblockq.c: memblockq requested: maxlength=132300, tlength=88200, base=4, prebuf=86436, minreq=1764<BR>
D: memblockq.c: memblockq sanitized: maxlength=132300, tlength=88200, base=4, prebuf=86436, minreq=1764<BR>
<BR>
------------------------------------------------------<BR>
<BR>
Now to state the obvious, the major difference is around the requested memory block<BR>
<BR>
My questions are:
<UL>
    <LI>Would this explain the skipping
    <LI>Why would this be different. There are no special files in ~/.pulse
    <LI>How can I increase the size of the memory block
</UL>
<BR>
Thanks,<BR>
<BR>
Leo<BR>
<BR>
</BODY>
</HTML>