[Freeswitch-users] polyphase lowpass filter

Anthony Minessale anthony.minessale at gmail.com
Mon Jun 30 12:10:48 PDT 2008


we could expose them as configuration options if you want to make a patch.


On Mon, Jun 30, 2008 at 2:07 PM, e schmidbauer <e.schmidbauer at gmail.com>
wrote:

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


-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale at hotmail.com <MSN%3Aanthony_minessale at hotmail.com>
GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com<PAYPAL%3Aanthony.minessale at gmail.com>
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org <sip%3A888 at conference.freeswitch.org>
iax:guest at conference.freeswitch.org/888
googletalk:conf+888 at conference.freeswitch.org<googletalk%3Aconf%2B888 at conference.freeswitch.org>
pstn:213-799-1400
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080630/f81ba20e/attachment-0002.html 


More information about the FreeSWITCH-users mailing list