Sample Rate Converter
Match whatever rate your gear insists on.
or paste one from your clipboard
Half the sample rate, which is 22.05 kHz at 44.1 kHz.
How to use it
- Drop your audio file onto the page. Its current sample rate is read from the file header and shown below.
- Pick the rate the destination system needs. 16 kHz for speech models, 44.1 kHz for CD and music, 48 kHz for anything going into video.
- Check the warnings. Choosing a rate higher than the original cannot add detail, and the page says so rather than letting you assume otherwise.
- Export as WAV or FLAC to keep the rate exactly as chosen. MP3 supports only a fixed list of rates and will move you to the nearest one.
What the number actually means
A digital recording is a list of amplitude measurements taken at fixed intervals. The sample rate is how many of those measurements happen per second, and the Nyquist–Shannon theorem sets the consequence: the highest frequency a recording can represent is exactly half its sample rate. At 44.1 kHz the ceiling is 22.05 kHz, comfortably above the roughly 20 kHz limit of good young hearing. At 8 kHz the ceiling is 4 kHz, which is why a phone call renders "S" and "F" almost identically, the energy that distinguishes those consonants lives above 4 kHz and is simply not there.
Everything else about the rate follows from that. Doubling it does not make the audio twice as good; it moves a ceiling that was already above your hearing further above it, while doubling the storage and the processing cost. Where higher rates genuinely help is during production, because effects that generate new harmonics, distortion, saturation, aggressive compression. Have somewhere to put them before they fold back down.
Why the standard rates are the numbers they are
44.1 kHz is an artefact of 1970s video hardware. There were no digital audio recorders, so engineers used a PCM adaptor to write digital audio onto U-matic videotape as though it were a picture. Three samples per usable scan line gave 44,100 samples per second on both NTSC and PAL timing, and when the Compact Disc standard was written in 1980 it adopted the rate the existing masters were already recorded at.
48 kHz came from professional video and film, where it divides cleanly against frame rates and leaves slightly more room for anti-aliasing filters; it remains the default in every video editor. 32 kHz served broadcast and the long-play mode of DAT. 22.05 kHz, exactly half of 44.1, was the workhorse of 1990s multimedia and still turns up in embedded systems. 16 kHz is the wideband speech rate, adopted by AMR-WB and now by practically every speech recognition model. And 8 kHz is the telephone network, unchanged since digital trunking arrived in the 1960s.
What downsampling costs, and what this tool does not do
Lowering the rate is not free. Any content above the new ceiling has to be removed first, and if it is not, it does not vanish, it folds back down into the audible range as inharmonic tones. A shimmering cymbal becomes a metallic warble; sibilance becomes grit. Proper sample rate converters run a steep low-pass filter before discarding samples, precisely to prevent this.
This tool resamples by linear interpolation and does not apply that filter. For speech, voice notes, lectures, podcasts and anything destined for a transcription model, the difference is inaudible and the convenience is worth it. For bright, dense music going to 22.05 kHz or below, it is not: use a DAW, SoX or a dedicated converter with a proper filter. Saying so is more useful than pretending otherwise, and it is the one case on this page where a desktop tool is genuinely the better answer.