AudioEnhancer
A production-grade Python audio enhancement toolkit.
Get Started in 30 seconds
- Read the docs — Learn how to install and integrate AudioEnhancer. Installation
- Explore the API — Deep dive into the public classes and facade functions. API Reference
Key Features
- Noise Reduction — Spectral gating for continuous static and median filter for click/pop/impulse noise removal.
- Normalization — Loudness normalization matching peak, average (RMS), or EBU R128 standard (LUFS) levels.
- Format Conversion — Decode and encode multiple audio formats (WAV, MP3, FLAC, etc.) under the hood.
- Command-Line Interface — Perform processing actions directly from terminal without writing code.
- Fluent Pipeline Builder — Assemble and chain multi-step processing strategies using a simple builder pattern.