thanks for the tip...i figured it out....changed line &quot;lame_set_brate(context-&gt;gfp, 24 * (handle-&gt;samplerate / 8000) * handle-&gt;channels);&quot; to &quot;lame_set_brate(context-&gt;gfp, 24);&quot; and added line &quot;lame_set_lowpassfreq(context-&gt;gfp,0);&quot; <br>
not sure if everyone wants it configured this way....i find that this config does not skip when broadcasting to icecast. thanks again.<br><br><div class="gmail_quote">On Mon, Jun 30, 2008 at 1:44 PM, Brian West &lt;<a href="mailto:brian@freeswitch.org" target="_blank">brian@freeswitch.org</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Looks like you have this options:<br>
<br>
/* freq in Hz to apply lowpass. Default = 0 = lame chooses. &nbsp;-1 =<br>
disabled */<br>
int CDECL lame_set_lowpassfreq(lame_global_flags *, int);<br>
<br>
Looks like what you want to do. &nbsp; There are a few places in the code<br>
already we do a set of lame_set_* calls you might have to wedge that<br>
one in there can you test that and let me know how it works? &nbsp;might be<br>
something we need to add to the module.<br>
<br>
/b<br>
<div><div></div><div><br>
<br>
On Jun 30, 2008, at 10:09 AM, e schmidbauer wrote:<br>
<br>
&gt; can someone direct me to the line in the mod_shout.c that enables<br>
&gt; polyphase lowpass filter? i&#39;d like to enable it when sending to an<br>
&gt; icecast stream. thanks.<br>
</div></div>&gt; _______________________________________________<br>
&gt; Freeswitch-users mailing list<br>
&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org" target="_blank">Freeswitch-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
Brian West<br>
<a href="mailto:sip%3Abrian@freeswitch.org" target="_blank">sip:brian@freeswitch.org</a><br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org" target="_blank">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>