<div dir="ltr"><div>Hi Abrar,</div><div><br></div><div>It sounds like you have packet loss or jitter that is interpreted as packet loss. You are hearing the gaps as clicks. With sync=false, the gaps are ignored because audio is not rendered at the time it is supposed to be rendered at, and over time you will have underruns which are worse. You should basically never enable sync=false when doing real-time playback to an output device.</div><div><br></div><div>To deal with jitter you can increase the jitterbuffer size (latency). To deal with packet loss, you can use FEC and/or RTX.<br></div><div><br></div><div>Cheers,</div><div>Nirbheek<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, May 25, 2022 at 12:00 PM Abrar Shahriar via gstreamer-devel <<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">




<div dir="ltr">
<div style="font-family:"Yu Gothic",游ゴシック,YuGothic,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Hi,</div>
<div style="font-family:"Yu Gothic",游ゴシック,YuGothic,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:"Yu Gothic",游ゴシック,YuGothic,sans-serif;font-size:12pt;color:rgb(0,0,0)">
I would like to turn on the "sync" property of the pulsesink plugin to do delay adjustments (if sync property is set to FALSE then PTS edits are ignored). </div>
<div style="font-family:"Yu Gothic",游ゴシック,YuGothic,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:"Yu Gothic",游ゴシック,YuGothic,sans-serif;font-size:12pt;color:rgb(0,0,0)">
The problem is when I set the <span style="background-color:rgb(255,255,255);display:inline">"sync" property<span> to TRUE, I hear lots of loud clicking noises (when set to FALSE, these clicks are way fewer). <br>
</span></span></div>
<div style="font-family:"Yu Gothic",游ゴシック,YuGothic,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<span style="background-color:rgb(255,255,255);display:inline"><span>The audio is received via this pipeline udpsrc->rtpjitterbuffer->rtpL16depay->queue->pulsesink.</span></span></div>
<div style="font-family:"Yu Gothic",游ゴシック,YuGothic,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<span style="background-color:rgb(255,255,255);display:inline"><span><br>
</span></span></div>
<div style="font-family:"Yu Gothic",游ゴシック,YuGothic,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<span style="background-color:rgb(255,255,255);display:inline"><span>Thanks,
<div>Abrar</div>
</span></span></div>
<div style="font-family:"Yu Gothic",游ゴシック,YuGothic,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<span style="background-color:rgb(255,255,255);display:inline"><span><br>
</span></span></div>
<div>
<div style="font-family:"Yu Gothic",游ゴシック,YuGothic,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div id="gmail-m_-3284290386933406996Signature">
<div>
<div><span style="font-family:"Yu Gothic",游ゴシック,YuGothic,sans-serif;font-size:15px"><br>
</span></div>
<div><span style="font-family:"Yu Gothic",游ゴシック,YuGothic,sans-serif;font-size:15px">ーーーーーーーーー</span></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<p style="margin:0in 0in 0.0001pt;font-size:11pt;font-family:Calibri,sans-serif;background:white none repeat scroll 0% 0%">
<span style="font-family:"Yu Gothic",游ゴシック,YuGothic,sans-serif;color:rgb(32,31,30)" lang="JA"><span style="font-size:15px;text-align:start;background-color:rgb(255,255,255);display:inline"><span style="font-family:"Yu Gothic",游ゴシック,YuGothic,sans-serif;font-size:14.6667px;text-align:left;background-color:rgb(255,255,255);display:inline">アブラル・ザヒン<span style="background-color:rgb(255,255,255);display:inline">・</span><span style="background-color:rgb(255,255,255);display:inline">シャハリアル<span> </span></span></span></span><span style="font-family:"Yu Gothic",游ゴシック,YuGothic,sans-serif;font-size:15px;text-align:start;background-color:rgb(255,255,255);display:inline">
 (Abrar Zahin Shahriar</span><span style="font-family:"Yu Gothic",游ゴシック,YuGothic,sans-serif;font-size:15px;text-align:start;background-color:rgb(255,255,255);display:inline">)</span><br style="font-size:15px;text-align:start;background-color:rgb(255,255,255)">
<br style="font-size:15px;text-align:start;background-color:rgb(255,255,255)">
<span style="font-family:"Yu Gothic",游ゴシック,YuGothic,sans-serif;font-size:15px;text-align:start;background-color:rgb(255,255,255);display:inline">ハイパーダイン株式会社</span><br style="font-size:15px;text-align:start;background-color:rgb(255,255,255)">
<span style="font-family:"Yu Gothic",游ゴシック,YuGothic,sans-serif;font-size:15px;text-align:start;background-color:rgb(255,255,255);display:inline">〒108-0014 東京都港区芝5丁目9-12 3階</span><br>
</span></p>
</div>
</div>
</div>
</div>
</div>

</blockquote></div>