A 4-minute song stored as an uncompressed CD-quality WAV is about 42 MB. The same song as a 320 kbps MP3 is about 9.6 MB, and as a 128 kbps MP3 about 3.8 MB — a 10x range, all from the same recording. The two numbers driving that range are bitrate and sample rate. They sound interchangeable, they’re often confused, and getting them wrong is why people either bloat their files for no audible gain or crush quality to save space they didn’t need to. This guide explains what each one actually controls, how they set file size with exact math, and which settings are worth keeping for music, speech, and archiving.
Quick answer: Sample rate (Hz) is how many times per second the audio is measured — 44.1 kHz captures everything humans can hear (Nyquist: 2x the ~20 kHz hearing limit). Bitrate (kbps) is how much data per second is stored — it’s the dominant lever on both quality and size. File size = bitrate ÷ 8 × seconds, so 128 kbps ≈ 1 MB/min, 320 kbps ≈ 2.4 MB/min. For most listening, 256–320 kbps at 44.1 kHz is transparent; higher sample rates mostly add size, not audible quality.
Jump to a section
- Sample rate: how often the sound is measured
- Bit depth: how precisely each sample is measured
- Bitrate: how much data per second is stored
- The file-size math (with exact numbers)
- Sample rate vs bitrate: which one to change
- Recommended settings by use case
- How to check an existing file’s bitrate and sample rate
- Compress audio with xconvert
- FAQ
Sample rate: how often the sound is measured
Sound is a continuous wave. To store it digitally, a recorder measures the wave’s amplitude at fixed intervals — each measurement is a sample. The sample rate is how many of those measurements are taken per second, in hertz (Hz) or kilohertz (kHz). A 44.1 kHz file captures 44,100 samples every second.
How high does the sample rate need to be? The Nyquist–Shannon sampling theorem answers this: to reconstruct a signal accurately, you must sample at more than twice its highest frequency. Human hearing tops out around 20 kHz, so the theoretical minimum is 40 kHz. The CD standard of 44.1 kHz adds a small guard band above 40 kHz so the anti-aliasing filter has room to roll off cleanly — no real-world filter cuts perfectly at 20 kHz.
Common sample rates and where they’re used:
| Sample rate | Highest frequency captured | Typical use |
|---|---|---|
| 8 kHz | 4 kHz | Telephone / voice codecs |
| 22.05 kHz | ~11 kHz | Low-bandwidth speech |
| 44.1 kHz | ~22 kHz | CD audio, most music |
| 48 kHz | 24 kHz | Video, film, broadcast |
| 96 kHz / 192 kHz | 48 / 96 kHz | Studio recording, mastering |
The practical takeaway: 44.1 kHz already captures everything an adult ear can hear. Higher rates (96 kHz, 192 kHz) are used in studios for production headroom — pitch-shifting, time-stretching, and avoiding cumulative artifacts during mixing — but for a finished file meant for listening, they mostly add size without audible benefit. 48 kHz is the norm for anything paired with video, simply because that’s the standard the film and broadcast world settled on.
Bit depth: how precisely each sample is measured
Sample rate is how often you measure; bit depth is how precisely you record each measurement. It’s the number of bits used to store one sample’s amplitude. This is the part most “bitrate vs sample rate” explainers skip, and it’s the missing piece that makes the math work.
Bit depth sets the dynamic range — the gap between the quietest and loudest sound a file can represent. Each bit adds about 6 dB of range:
| Bit depth | Possible values per sample | Dynamic range | Typical use |
|---|---|---|---|
| 16-bit | 65,536 (2¹⁶) | ~96 dB | CD audio, consumer playback |
| 24-bit | 16,777,216 (2²⁴) | ~144 dB | Studio recording, mastering |
| 32-bit float | — | effectively unbounded | DAW mixing headroom |
16-bit’s 96 dB already exceeds the usable dynamic range of nearly every listening environment (a quiet room has a noise floor well above the bottom of that range). Studios record in 24-bit for headroom during recording and mixing — when many tracks are summed, their noise floors add up — but the delivered file rarely needs more than 16-bit.
Bitrate: how much data per second is stored
Bitrate is the amount of data used to represent one second of audio, measured in kilobits per second (kbps). It’s the single biggest factor in both file size and perceived quality, and it behaves differently for uncompressed vs compressed formats.
For uncompressed audio (WAV, AIFF, PCM), bitrate is derived directly from the other two numbers:
So CD audio — 44.1 kHz, 16-bit, 2 channels (stereo) — works out to:
That 1,411 kbps is the canonical CD-quality figure, fixed by the Philips/Sony Red Book standard in 1980. With uncompressed audio you don’t choose the bitrate; it falls out of the sample rate, bit depth, and channel count.
For compressed audio (MP3, AAC, Ogg, Opus), bitrate is a target you set, and the encoder throws away data your ears are least likely to miss to hit it. This is where bitrate becomes a quality dial:
- 320 kbps — top quality for MP3; transparent to most listeners.
- 256 kbps — Apple Music’s standard streaming quality (AAC); transparent for nearly everyone.
- 192 kbps — good music quality, noticeably smaller.
- 128 kbps — the old “standard MP3”; fine for casual listening, audibly thinner on complex music.
- 96 kbps and below — speech territory; music starts to sound hollow.
CBR vs VBR. Constant bitrate (CBR) uses the same data rate throughout — predictable size, but it wastes bits on silence and spends too few on complex passages. Variable bitrate (VBR) lets the encoder spend more on busy sections and less on simple ones, giving better quality per megabyte. For music, VBR is almost always the better choice.
Codec efficiency matters too. Not all kbps are equal. AAC is roughly 30% more efficient than MP3 — 128 kbps AAC is comparable to about 192 kbps MP3 — because it uses finer frequency resolution and better handles sharp transients. Opus is more efficient still, especially for speech. So “what bitrate is enough” depends on the codec, not just the number.
The file-size math (with exact numbers)
File size for a compressed file is straightforward, because bitrate is the data rate:
The ÷ 8 converts bits to bytes. A handy shortcut falls out of it: 128 kbps ≈ 1 MB per minute. (128,000 ÷ 8 = 16,000 bytes/sec × 60 = 960,000 bytes ≈ 0.96 MB.) Scale linearly from there:
| Bitrate | Per minute | 3-min song | 60-min recording |
|---|---|---|---|
| 96 kbps | ~0.72 MB | ~2.2 MB | ~43 MB |
| 128 kbps | ~0.96 MB | ~2.9 MB | ~58 MB |
| 192 kbps | ~1.4 MB | ~4.3 MB | ~86 MB |
| 256 kbps | ~1.9 MB | ~5.8 MB | ~115 MB |
| 320 kbps | ~2.4 MB | ~7.2 MB | ~144 MB |
| 1,411 kbps (WAV) | ~10.6 MB | ~32 MB | ~635 MB |
(Figures use 1 MB = 1,000,000 bytes, the decimal convention shown by most operating systems and download UIs.) The pattern is clean: halve the bitrate, halve the file. A 320 kbps file is exactly 2.5x the size of a 128 kbps file of the same length.
Sample rate affects size too, but only for uncompressed audio, where it’s baked into the bitrate. For a compressed file at a fixed bitrate, the bitrate already caps the size — lowering the sample rate then just changes how the encoder spends that fixed budget rather than shrinking the file further.
Sample rate vs bitrate: which one to change
When a file is too big, bitrate is almost always the right lever, not sample rate:
- Bitrate has the most direct effect on both perceived quality and file size. Dropping from 320 to 192 kbps roughly halves the size of the data the encoder works with, with only a modest quality cost on most material.
- Sample rate mainly sets the frequency ceiling. Going below 44.1 kHz starts cutting high frequencies — fine for speech (lowering to 22.05 kHz keeps everything up to ~11 kHz, plenty for voice), but it dulls music. Raising it above 44.1 kHz adds size with no audible payoff for finished listening files.
So: to shrink a music file, lower the bitrate (and switch stereo to mono only if it’s spoken word). Leave the sample rate at 44.1 kHz unless it’s pure speech, where 22.05 kHz mono is a legitimate extra saving.
Recommended settings by use case
| Use case | Bitrate | Sample rate | Channels |
|---|---|---|---|
| Music, archive/best quality | 320 kbps (or VBR ~V0) | 44.1 kHz | Stereo |
| Music, good balance | 192–256 kbps | 44.1 kHz | Stereo |
| Podcast / spoken word | 96–128 kbps | 44.1 kHz | Mono |
| Voice memo / lecture | 64–96 kbps | 22.05 kHz | Mono |
| Audio for video | 192–256 kbps AAC | 48 kHz | Stereo |
| Lossless master | 1,411 kbps (WAV/FLAC) | 44.1–96 kHz | Stereo |
For reference, the streaming services land in this same range: Spotify Premium “Very High” is ~320 kbps, its web player uses 256 kbps AAC, and Apple Music’s standard quality is 256 kbps AAC (with optional ALAC lossless from 16-bit/44.1 kHz up to 24-bit/192 kHz). If 256–320 kbps is good enough for the platforms that obsess over audio quality, it’s good enough for almost any personal file.
How to check an existing file’s bitrate and sample rate
You don’t need special software to read these values:
- macOS Finder: select the file, press Cmd+I (Get Info) — bitrate, sample rate, and channels appear under “More Info.”
- Windows File Explorer: right-click → Properties → Details tab.
- VLC (any OS): open the file, then Tools → Media Information → Codec tab.
- Command line (FFmpeg): run
ffprobe yourfile.mp3(orffmpeg -i yourfile.mp3) to print the codec, bitrate, sample rate, and channel layout.
Knowing the current numbers tells you how much room you have to compress: a 44.1 kHz, 320 kbps stereo MP3 has plenty of headroom to come down; a file that’s already 96 kbps mono is near the floor.
Compress audio with xconvert
To change bitrate, sample rate, or channels without installing anything, use the xconvert Audio Compressor. You upload the file over an encrypted connection, it’s processed on our servers, and the result downloads back to you — uploaded files are deleted automatically after a few hours.
- Pick a target bitrate (e.g. 192 kbps) or a target file size and let it choose the bitrate for you.
- Set the sample rate (drop to 22.05 kHz for speech) and switch stereo to mono to halve voice files.
- Works on MP3, AAC, M4A, WAV, OGG, FLAC, and more.
For the most common case — shrinking an MP3 — go straight to Compress MP3. And if you’re trying to fit an audio file under an email cap, the step-by-step guide Compress MP3 for Email (Gmail’s 25 MB limit) walks through the exact bitrate and channel settings that get a long recording under the line.
FAQ
Is bitrate or sample rate more important for sound quality?
For everyday listening, bitrate is the more important dial. Once your sample rate is at 44.1 kHz (which captures the full range of human hearing), raising it higher adds little audible quality. Bitrate, by contrast, directly governs how much detail the encoder preserves — the audible gap between a 128 kbps and a 320 kbps MP3 is much larger than the gap between 44.1 kHz and 96 kHz at the same bitrate.
What does kbps mean in audio?
kbps is kilobits per second — the amount of data used to store or transmit one second of audio. Higher kbps means more data per second, which generally means better quality and a larger file. It’s different from kHz (sample rate, measured in thousands of samples per second). A file can be “44.1 kHz, 320 kbps” — two separate measurements describing different things.
Why is CD audio 1,411 kbps?
It’s the product of the CD’s three fixed parameters: 44,100 samples/sec × 16 bits/sample × 2 channels = 1,411,200 bits/sec, or 1,411 kbps. Those values come from the Philips/Sony Red Book standard (1980), which is why CD audio is uncompressed and bulky compared to an MP3 of the same song.
Does a higher sample rate make my audio sound better?
For a finished file you’re listening to, usually no. 44.1 kHz already captures every frequency the human ear can detect (up to ~20 kHz, per the Nyquist theorem). Higher rates like 96 kHz or 192 kHz are valuable during recording and mixing in a studio, but for playback they mainly inflate the file size without an audible improvement for most listeners.
Can I increase the bitrate of a compressed file to improve quality?
No. Re-encoding a 128 kbps MP3 at 320 kbps does not restore the detail that was discarded during the first compression — it just makes a bigger file containing the same (or slightly worse) audio. Quality can only be preserved or reduced when transcoding lossy audio, never recovered. Always compress from the highest-quality source you have.
What bitrate should I use for a podcast or voice recording?
For spoken word, 96–128 kbps mono at 44.1 kHz is plenty — voice has a narrow frequency range and doesn’t need stereo. You can go as low as 64 kbps mono for talk that prioritizes small file size over fidelity. Switching from stereo to mono alone halves the file with no audible loss on a single-voice recording.
Sources
Last verified 2026-06-17.
- Spotify — Audio quality — streaming tier bitrates (Low 24 / Normal 96 / High 160 / Very High 320 kbps; web AAC 256 kbps; FLAC lossless).
- Apple — About lossless audio in Apple Music — ALAC resolutions from 16-bit/44.1 kHz up to 24-bit/192 kHz; AAC standard streaming.
- Wikipedia — Compact Disc Digital Audio (Red Book) — 44.1 kHz / 16-bit / stereo = 1,411.2 kbps; Philips/Sony 1980 standard. Citations trace to the IEC 60908 Red Book spec.
- Wikipedia — Nyquist–Shannon sampling theorem — sampling at >2x the highest frequency; 44.1 kHz rationale and anti-aliasing guard band.
- Wikipedia — Audio bit depth — 16-bit ≈ 96 dB and 24-bit ≈ 144 dB dynamic range; ~6 dB per bit.
- Audio bit-rate and file-size calculation reference (TheAudioArchive) — file size = bitrate ÷ 8 × duration; ~1 MB/min at 128 kbps.
