Re: limiter
Re: limiter
- Subject: Re: limiter
- From: tahome izwah <email@hidden>
- Date: Fri, 27 May 2011 19:44:30 +0200
Yes. Which is the same thing as a hard knee limiter using a ∞:1 ratio.
Since the OP didn't describe what he wanted, this is my $20 version
:-)
--th
2011/5/27 Admiral Quality <email@hidden>:
> Um, that's clipping.
>
> - AQ
>
>
> On Fri, May 27, 2011 at 1:36 PM, tahome izwah <email@hidden> wrote:
>> If (value > threshold) value = threshold;
>> else if (value < -threshold) value = -threshold;
>>
>> 20 bucks please! :-)
>> --th
>>
>> 2011/5/27 Gregory Wieber <email@hidden>:
>>> Considering purchasing code for a limiter, to fit into an iOS core audio
>>> project. Does any one have any good recommendations?
>>> best,
>>> Greg
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Coreaudio-api mailing list (email@hidden)
>> Help/Unsubscribe/Update your Subscription:
>>
>> This email sent to email@hidden
>>
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >limiter (From: Gregory Wieber <email@hidden>) |
| >Re: limiter (From: tahome izwah <email@hidden>) |
| >Re: limiter (From: Admiral Quality <email@hidden>) |