In a sense, you might say I did futz with mod_vmd ... to create mod_vad. There appeared to be just no (easy) way to modify the internal VAD code in the FreeSWITCH core (see switch_rtp.c) to identify the origins of voice activity. And rather than build into mod_vmd, which is a special purpose tool, a separate module for VAD seemed like a reasonable idea. <br>
<br>In short, the mod_vad which I&#39;ve written up independently monitors the read and the write legs of the session it is run on, and tags each VAD_TALK and VAD_NOTALK event it fires with a user-supplied identification marker (a short string) for the leg which the event relates to. At the moment, the VAD algorithm is dead simple, and is much like the one in the core. I will be happy to submit this module, in a little while, after I&#39;ve had a chance to make it perhaps a bit more useable outside of our own application context.<br>
<br>Cam<br><br><div class="gmail_quote">On Mon, Mar 2, 2009 at 5:43 PM,  <span dir="ltr">&lt;<a href="mailto:freeswitch-users-request@lists.freeswitch.org">freeswitch-users-request@lists.freeswitch.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
On Mon, Mar 2, 2009 at 11:48 AM, Anthony Minessale<br>
&lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt; wrote:<br>
&gt; i think that&#39;s what mod_vmd does<br>
&gt;<br>
I think that&#39;s right. It just does the opposite - instead of looking<br>
for differing power levels it looks for the same power level. In other<br>
words it tries to detect distinctly non-human sound. I&#39;ll bet you<br>
could futz with that code and have it fire off events when it detects<br>
what it believes is human speech.<br>
<br>
-MC<br></blockquote></div><br>