Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limiter filter outputCeiling + attackTime #170

Merged
merged 3 commits into from
Jan 23, 2025
Merged

Limiter filter outputCeiling + attackTime #170

merged 3 commits into from
Jan 23, 2025

Conversation

alnitak
Copy link
Owner

@alnitak alnitak commented Jan 22, 2025

Description

closes #169

Typically, Limiter filters have an output ceiling value.

This creates a hard limit, ensuring protection against clipping audio, so long as the Limiter is placed last in the output chain.

For example, setting the output ceiling to -0.1 would typically prevent any audio clipping from taking place.

  • added outputCeiling parameter
  • removed makeupGain
  • added attackTime parameter to smooth the onset of limiting
  • example filters/limiter.dart updated

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@alnitak alnitak marked this pull request as ready for review January 23, 2025 11:07
@alnitak alnitak merged commit 3ed9ca7 into main Jan 23, 2025
1 check passed
@alnitak alnitak deleted the newLimiter branch January 23, 2025 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Add an output ceiling parameter to the Limiter filter
1 participant