Logo

MonoCalc

/

Sample Rate Converter

Converter
Leave 0 to skip file size estimate

Common input sample rates:

Common output sample rates:

Common bit depths:

Standard Sample Rate Reference

Sample RateNyquist FrequencyTypical Use
8 kHz4 kHzTelephone / VoIP
11.025 kHz5.51 kHzLow-quality legacy audio
16 kHz8 kHzWideband VoIP / speech
22.05 kHz11.03 kHzFM radio, older multimedia
32 kHz16 kHzBroadcast digital radio
44.1 kHz22.05 kHzCD audio, consumer standard
48 kHz24 kHzProfessional audio, video
88.2 kHz44.10 kHzHigh-resolution audio (2× CD)
96 kHz48 kHzDVD-Audio, studio hi-res
176.4 kHz88.20 kHzHigh-resolution audio (4× CD)
192 kHz96 kHzProfessional studio, archival
384 kHz192 kHzUltra-high-resolution audio

About This Tool

Sample Rate Converter – Understanding Audio Sample Rates

The sample rate of a digital audio file determines how many times per second an audio signal is sampled and stored as a digital value. Every time you record, export, or stream audio — whether for music production, podcast publishing, video post-production, or app development — sample rate compatibility is critical. This converter helps you calculate resampling ratios, Nyquist frequencies, bitrates, and file sizes instantly.

What Is a Sample Rate?

When analog audio is converted to digital, the signal is measured (sampled) at regular intervals. The sample rate defines how many of those measurements are taken every second, expressed in Hertz (Hz) or kilohertz (kHz). A sample rate of44,100 Hz means the audio waveform is captured 44,100 times per second. Higher sample rates can theoretically represent higher audio frequencies, but also produce larger file sizes.

Common Industry Standard Sample Rates

Different industries converge on different standards for audio quality, storage, and transmission:

  • 8 kHz — Telephone and VoIP. Captures speech up to 4 kHz, sufficient for voice intelligibility.
  • 22.05 kHz — FM radio and older multimedia formats. Covers up to 11 kHz.
  • 44.1 kHz — CD Audio standard. Covers frequencies up to 22.05 kHz, exceeding the ~20 kHz limit of human hearing.
  • 48 kHz — Professional audio and video. The standard for film, broadcast, and DAW projects. Required by most video platforms.
  • 96 kHz — DVD-Audio and high-resolution studio recording. Used when extra headroom is needed during mixing.
  • 192 kHz — Professional archival and mastering. Often used for high-resolution audio delivery formats.

Resampling Ratio: Upsampling vs. Downsampling

Converting between sample rates is called resampling. The resampling ratio is the factor by which audio data must be scaled:

Resampling Ratio = Output Sample Rate ÷ Input Sample Rate

A ratio greater than 1 is upsampling — for example, converting from 44.1 kHz to 48 kHz yields a ratio of approximately 1.0884. Upsampling adds interpolated samples and can increase file size. A ratio less than 1 isdownsampling, such as converting 96 kHz to 44.1 kHz (ratio ≈ 0.459). Downsampling removes samples, which may eliminate high frequencies above the new Nyquist limit.

The Nyquist–Shannon Sampling Theorem

The Nyquist–Shannon sampling theorem states that a digital audio system can accurately capture frequencies up to half the sample rate. This upper limit is called the Nyquist frequency:

Nyquist Frequency = Sample Rate ÷ 2

For a 44.1 kHz file, the Nyquist frequency is 22,050 Hz — comfortably above the 20 kHz ceiling of human hearing. Frequencies above the Nyquist limit cannot be captured; attempting to do so produces aliasing, where high-frequency content "folds back" and appears as unwanted audible distortion at a lower frequency.

Bitrate and Uncompressed File Size

Uncompressed PCM audio bitrate depends on three parameters: sample rate, bit depth, and channel count:

Bitrate (bps) = Sample Rate × Bit Depth × Channels

For example, stereo CD audio at 44.1 kHz and 16-bit gives:44,100 × 16 × 2 = 1,411,200 bps (1,411 kbps). To estimate total uncompressed file size for a recording:

File Size (bytes) = Sample Rate × (Bit Depth ÷ 8) × Channels × Duration (seconds)

A 3-minute stereo recording at 48 kHz and 24-bit would occupy approximately48,000 × 3 × 2 × 180 ≈ 49.3 MB as raw PCM. Compressed formats like MP3, AAC, and FLAC dramatically reduce this, but the uncompressed estimate is essential for planning storage, streaming bandwidth, and recording sessions.

Practical Use Cases

Audio professionals and developers use sample rate conversion in several common workflows:

  • Video production: Most video editors and platforms require 48 kHz audio. Music recorded at 44.1 kHz must be resampled before export.
  • Podcast and streaming: Delivery services often specify 44.1 kHz or 48 kHz; knowing the resampling ratio ensures no pitch or duration artifacts.
  • Game audio: Mobile games may need audio down-sampled to 22 kHz or even 11 kHz to reduce asset sizes.
  • Hardware compatibility: Audio interfaces, DACs, and embedded systems may support only certain sample rates; this tool identifies the closest standard and conversion ratio.

Tips for Accurate Conversions

When planning a resampling workflow, keep these principles in mind. Always resample using ahigh-quality interpolation algorithm (such as sinc or SRC) to avoid aliasing. Avoid repeated conversions — every resample step introduces minor rounding errors. If your session requires multiple output formats, export all from the original high-resolution source. For video deliverables, prefer starting at 48 kHz to avoid any resampling at the delivery stage.

Frequently Asked Questions

Is the Sample Rate Converter free?

Yes, Sample Rate Converter is totally free :)

Can I use the Sample Rate Converter offline?

Yes, you can install the webapp as PWA.

Is it safe to use Sample Rate Converter?

Yes, any data related to Sample Rate Converter only stored in your browser (if storage required). You can simply clear browser cache to clear all the stored data. We do not store any data on server.

How does the Sample Rate Converter work?

Enter an input sample rate and an output sample rate to instantly see the resampling ratio, conversion direction (upsample or downsample), and the Nyquist frequency for each rate. Optionally add bit depth, channel count, and duration to estimate uncompressed file size and bitrate.

What is the resampling ratio and how is it calculated?

The resampling ratio is the factor by which audio data must be scaled to change from one sample rate to another. It is calculated as: Ratio = Output Sample Rate ÷ Input Sample Rate. A ratio greater than 1 means upsampling (adding detail); a ratio less than 1 means downsampling (reducing data).

What is the Nyquist frequency and why does it matter?

The Nyquist frequency is the highest audio frequency that can be accurately captured at a given sample rate, equal to half the sample rate (per the Nyquist–Shannon sampling theorem). For example, a 44,100 Hz sample rate can represent frequencies up to 22,050 Hz — which covers the full range of human hearing (20 Hz–20 kHz).

How is the uncompressed file size estimated?

The formula is: File Size (bytes) = Sample Rate × (Bit Depth ÷ 8) × Channels × Duration (seconds). For example, 3 minutes of stereo audio at 48 kHz and 16-bit gives: 48000 × 2 × 2 × 180 = 34,560,000 bytes ≈ 32.96 MB. This is the raw PCM size before any compression such as MP3, AAC, or FLAC.

What is the difference between 44.1 kHz and 48 kHz?

44.1 kHz is the CD audio standard used in consumer music, while 48 kHz is the professional audio and video standard used in film, broadcast, and digital audio workstations. Both exceed the 20 kHz limit of human hearing. Converting between them requires resampling with a ratio of approximately 1.0884.

Can I enter a custom (non-standard) sample rate?

Yes. The tool accepts any positive sample rate in Hz or kHz. It will still calculate the resampling ratio, Nyquist frequency, and file size. For reference, it also shows the closest standard sample rate so you can identify the intended use case. Rates below 8 kHz produce a sub-telephone-quality warning, and rates above 384 kHz are flagged as uncommon.