AudioUtils
Audio Glossary

What Is Audio Resampling?

Resampling changes the sample rate of audio — for example, converting from 48 kHz to 44.1 kHz. It is sometimes necessary when combining audio from different sources or preparing files for specific delivery requirements. Done well, it is transparent. Done poorly, it introduces artifacts.

Why Resampling Is Needed

Different standards use different sample rates. Music CDs use 44.1 kHz. Video uses 48 kHz. Some studios record at 96 kHz. When you need to deliver at a different sample rate than your source, resampling is required. Common scenarios: preparing a 48 kHz recording for CD distribution at 44.1 kHz. Importing 44.1 kHz music into a 48 kHz video project. Converting high-resolution 96 kHz recordings to standard 44.1 kHz for distribution.

How Resampling Works

Downsampling (reducing sample rate) requires an anti-aliasing filter to remove frequencies above the new Nyquist limit, then the samples are recalculated at the new rate. Upsampling (increasing sample rate) interpolates new samples between existing ones using mathematical filtering. Neither process adds or recovers audio information. Upsampling from 44.1 to 96 kHz does not add detail that was not captured — it just spaces the same information across more samples.

Quality Considerations

Good resamplers (SoX, iZotope, Weiss) produce virtually transparent results. The conversion is mathematically precise and introduces no audible artifacts. Poor resamplers can introduce aliasing, ringing, and phase distortion. The quality of the resampling algorithm matters more than the sample rates involved. In blind tests, properly resampled 44.1 kHz audio is indistinguishable from 96 kHz originals. The algorithm quality is what counts.

When to Avoid Resampling

If your source and destination use the same sample rate, skip it. Record at your delivery sample rate when possible. For music production, set your DAW to 44.1 kHz or 48 kHz from the start. Avoid repeated resampling — like lossy transcoding, each conversion can introduce tiny artifacts that accumulate. If your video project is 48 kHz and your music is 44.1 kHz, resample once at the highest quality setting available.

Resampling Tools

SoX: Command-line tool with an excellent resampler. Free and open-source. iZotope RX: Professional-grade resampling. Audacity: Uses a competent resampling algorithm for imports at mismatched rates. FFmpeg: Good quality resampling with the soxr library. Most DAWs: Resample on import or bounce. When converting formats with AudioUtils, resampling happens automatically if the target format requires a different sample rate.