Searched refs:maxAttackMs (Results 1 – 2 of 2) sorted by relevance
112 TDLimiterPtr pcmLimiter_Create(unsigned int maxAttackMs, unsigned int releaseMs, in pcmLimiter_Create() argument121 attack = (unsigned int)(maxAttackMs * maxSampleRate / 1000); in pcmLimiter_Create()149 limiter->attackMs = maxAttackMs; in pcmLimiter_Create()150 limiter->maxAttackMs = maxAttackMs; in pcmLimiter_Create()498 if (attackMs > limiter->maxAttackMs) return TDLIMIT_INVALID_PARAMETER; in pcmLimiter_SetAttack()
121 unsigned int attackMs, releaseMs, maxAttackMs; member243 TDLimiterPtr pcmLimiter_Create(unsigned int maxAttackMs, unsigned int releaseMs,