Free - Server-side FFmpeg - No registration

X Sample Rate Converter

Resample WAV audio files to any standard sample rate - 44.1 kHz, 48 kHz, 96 kHz and more. Uses FFmpeg on the server for fast, accurate resampling. For maximum quality, download the free Windows app which uses the soxr high-quality resampler engine.

FFmpeg server-side 44.1 kHz to 48 kHz Up to 192 kHz 16 / 24 / 32-bit output WAV output Windows app available
Advertisement
FFmpeg server

Click to select a WAV file or drag it here

WAV, FLAC, AIFF - all sample rates and bit depths accepted

Source rate
-
select a file above
Target rate
ffmpeg command ffmpeg -i input.wav -ar 48000 -c:a pcm_s16le output_48000hz.wav

Your file is uploaded over HTTPS, resampled on our server with FFmpeg, streamed back and deleted immediately.

Advertisement

Resample audio in three steps

01

Select your audio file

Drop a WAV, FLAC or AIFF file. The tool reads the filename and shows your source sample rate. Files up to 50 MB are accepted on the online tool. The Windows desktop app has no size limit.

02

Choose target rate and bit depth

Pick your target sample rate - 48,000 Hz is the standard for video and professional audio production. 44,100 Hz is the CD standard. Choose 16-bit for compatibility, 24-bit for studio work, or 32-bit float for further processing in a DAW.

03

Download resampled WAV

Click Resample. The file is uploaded over HTTPS, processed with FFmpeg on our server, and immediately streamed back to you. Your file is deleted from the server as soon as the download starts. For offline, higher-quality resampling use the Windows app.

Which sample rate should you use?

44,100 Hz
CD standard

The standard for music distribution, streaming platforms (Spotify, Apple Music, Tidal) and general audio. Most DAWs default to this. Use this for music projects with no video component.

48,000 Hz
Video and broadcast

The standard for video production. Required by most video editing software (Premiere Pro, DaVinci Resolve, Final Cut), broadcast delivery specs, and professional audio interfaces. If your audio goes with video, use 48 kHz.

96,000 Hz
High-resolution audio

Used in studio recording and high-resolution audio releases. Captures more headroom above 20 kHz for processing flexibility. Downsampled to 44.1 or 48 kHz for final delivery. Files are roughly twice the size of 48 kHz.

X Sample Rate Converter for Windows

The Windows desktop app uses soxr - the SoX resampler library - which is a professional-grade resampling engine in the same quality class as Voxengo r8brain. Open source, MIT licensed, and produces audibly better results than FFmpeg's SWR resampler at high quality settings.

soxr VHQ engine - comparable to r8brain, open source and free
Auto-detects source sample rate, bit depth, channels and duration
16-bit PCM, 24-bit PCM and 32-bit float output
All standard sample rates from 8 kHz to 192 kHz
Works fully offline, no file size limits, single portable .exe
Download X Sample Rate Converter Free - Windows 7/8/10/11 - v1.0 - .exe

No extra downloads needed

soxr + soundfile
The soxr and soundfile libraries are bundled inside the .exe by PyInstaller. No separate downloads required - just run the .exe.

Frequently asked questions

What is sample rate conversion and why do I need it?
Sample rate is the number of audio samples captured per second. 44,100 Hz (CD standard) and 48,000 Hz (video standard) are the most common. When your audio file does not match your project's sample rate - for example a 44.1 kHz music track in a 48 kHz video project - the audio will play back at the wrong speed or pitch unless it is resampled. Sample rate conversion recomputes the waveform at the new rate without changing pitch or duration.
What is the difference between the online tool and the Windows app?
The online tool uses FFmpeg's SWR resampler on our server - good quality and convenient for occasional use. The Windows desktop app uses the soxr (SoX resampler) library at Very High Quality (VHQ) mode, which uses a much steeper anti-aliasing filter and produces audibly superior results, especially when downsampling from high sample rates. For professional or archival use, the desktop app is recommended.
Does upsampling improve audio quality?
No. Upsampling - converting from a lower sample rate to a higher one - does not add any audio information that was not in the original recording. A 44.1 kHz file upsampled to 96 kHz is still a 44.1 kHz recording in terms of frequency content. Upsampling is useful for matching project requirements or for giving your DAW or digital-to-analog converter more headroom when processing, but it does not increase perceived quality.
Is my file kept on the server?
No. Your file is uploaded over HTTPS, resampled with FFmpeg, and the output is streamed directly back to your browser. Both the input and output files are deleted from the server immediately after the download completes. Any orphaned temp files from dropped connections are automatically removed after 4 hours.
Which bit depth should I choose?
16-bit PCM is the standard for final delivery - CD quality, compatible everywhere, and produces files half the size of 24-bit. 24-bit PCM is recommended for studio work, mixing, and mastering since it provides more headroom and reduces quantization noise during processing. 32-bit float is ideal if you plan to do further processing in a DAW, as it cannot clip regardless of gain changes. For straightforward resampling to deliver a file for video or streaming, 16-bit is almost always the right choice.
Advertisement