Re: FLL change

Jan Depner <[email protected]>
Newsgroups gmane.comp.audio.jamin.devel
Message-ID <1154197039.7019.4.camel@eviltwin>
On Sat, 2006-07-29 at 10:11 -0700, R Parker wrote:
> Hi,
> 
> I'm forwarding to JAMin so Steve catches it. 
> 
> I tested Sampo's change. It's hard to reach a strong
> position. I listened and nothing weird occured and am
> suggesting you commit because it fixes a problem that
> Sampo experiences when slamming the limiter. I've
> heard the problem but don't hit the limiter hard very
> often so it's never a big deal to me.
> 

    What was the problem that he was having when he slammed the limiter?


> Steve, I think you should commit the change. Once
> again, Sampo has another fix. Awesome!
> 
> Ron
> 
> --- Sampo Savolainen <[email protected]> wrote:
> 
> > In fast_lookahead_limiter_1913.xml:
> > 
> > line 89-90 (old code):
> >     const float this_delta = (max / chunks[p] -
> > atten) /
> >                              ((float)i * fs *
> > 0.0005f + 1.0f);
> > 
> > 
> > line 89-90 (new code):
> >     const float this_delta = (max / chunks[p] -
> > atten) /
> >                              ((float)(i+1) * fs *
> > 0.0005f + 1.0f);
> > 
> > 
> > Disclaimer: line numbers may not match. They are
> > from 0.4.14 originally,
> > but they might have changed when i did testing &
> > debugging.
> > 
> > This may cause slight clipping due to very high and
> > fast peak transients
> > (fast an is only for a few samples), but this
> > clipping should be
> > virtually inaudible because the peaks which get past
> > the limiter are so
> > very tiny in length.
> > 
> > -- 
> > Sampo Savolainen <[email protected]>
> > 
> > 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Jamin-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jamin-devel
-- 
Jan 'Evil Twin' Depner
The Fuzzy Dice
http://myweb.cableone.net/eviltwin69/fuzzy.html


"As we enjoy great advantages from the invention of others, we should be 
glad of an opportunity to serve others by any invention of ours, and 
this we should do freely and generously."

Benjamin Franklin, on declining patents offered by the governor of 
Pennsylvania for his "Pennsylvania Fireplace", c. 1744


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.