<div dir="ltr">Take a look at the Wait_For_Silence module and see if that gives you the required code for what you&#39;re trying to do.  I haven&#39;t looked at it, but I suspect you can hack something together to make it work in more general terms.  Calling the wait_for_silence module is one thing, since it doesn&#39;t generate any audio on its side, but unless you&#39;re looking for silence on both the A and B legs at the same time, I worry you&#39;ll have issues.<div><br></div><div>Anyways, my $0.02</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><br><div>Nicholas Blasgen</div><div>Developer</div><div>Predictive Dialer Limited</div><div>+1 (724) 252-7436 (cell)</div><div>Skype: nblasgen</div><div><br></div><div><font color="#666666">24/7 Support available:</font></div><div><font color="#666666"><a href="http://www.hellohunter.com" target="_blank">www.hellohunter.com</a> | (800) 513-5555 | skype hello.hunter | <a href="mailto:support@hellohunter.com" target="_blank">support@hellohunter.com</a></font></div></div></div>
<br><div class="gmail_quote">On Thu, Jun 18, 2015 at 2:35 PM, Navin Agarwal <span dir="ltr">&lt;<a href="mailto:agarwal.navin.rvce@gmail.com" target="_blank">agarwal.navin.rvce@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span style="font-size:12.8000001907349px">Hello Everyone,</span><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">I am working on a FreeSWITCH project where I need to detect some features of an on-going call such as a period of silence, low volume and high volume, and report it to the user on-the-fly.</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">I found a function &quot;is_silence_frame&quot; in &quot;switch_ivr_async.c&quot; which detects if a frame is a silence frame relative to a given threshold. I tried using that but I did not find any difference in the energy levels of frames which were silent and ones in which someone was speaking, so I am not able to use it.</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Can someone please help me in understanding how this works or if there is any other code or module that I can use to detect silence, low volume and high volume in an on-going call. Basically the idea is to perform some live analysis of a call and the above three are the ones that I could come up with till now.</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Any pointers here will be really appreciated.</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Thanks,</div><div style="font-size:12.8000001907349px">Navin Agarwal</div></div>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" rel="noreferrer" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-dev mailing list<br>
<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>