Audio Fundamentals

What Is Bitrate in Audio?

Quick answer

Bitrate is the number of bits of audio data stored or transmitted per second. A 192 kbps MP3 stores 192,000 bits of audio every second. Higher bitrate = larger file, more data retained. For MP3, 192 kbps is the practical transparency threshold — most listeners can't reliably tell it apart from lossless in blind tests. Below 128 kbps, artifacts become audible.

The word itself tells you everything

Bit + rate. Like miles per hour or frames per second, bitrate is just a rate of something over time — in this case, bits of audio data per second.

192 kbps means 192 kilobits per second, which is 192,000 bits every second of audio. That number tells you two things simultaneously: how much data the file contains, and how much the encoder was allowed to work with when compressing the audio. The more bits available, the less the encoder has to discard.

Bitrate applies to lossy formats — MP3, AAC, OGG, Opus. Lossless formats like WAV and FLAC don't have a meaningful bitrate setting because nothing is being discarded. More on that below.

The file size math

File size follows directly and predictably from bitrate. The formula is simple:

file size (MB) = bitrate (kbps) × duration (seconds) ÷ 8,000

A 3-minute (180 second) song at 192 kbps: 192 × 180 ÷ 8,000 = 4.3 MB. At 320 kbps that becomes 7.2 MB. At 128 kbps, 2.9 MB.

Doubling the bitrate doubles the file size. That relationship is linear and predictable — which makes bitrate the clearest lever you have when balancing quality against storage.

File sizes at common bitrates

Bitrate3-min song60-min recordingQuality tier
64 kbps1.4 MB28.8 MBPoor — artifacts consistently audible
128 kbps2.9 MB57.6 MBAcceptable — artifacts audible in complex audio
192 kbps4.3 MB86.4 MBTransparent — indistinguishable for most listeners
320 kbps7.2 MB144 MBNear-lossless — marginal improvement over 192
WAV (CD)~50 MB~600 MBLossless — no quality trade-off
FLAC~25 MB~300 MBLossless — 40–60% smaller than WAV

What you're actually trading

Lowering the bitrate doesn't make audio quieter or muffle it like a pillow over a speaker. What it actually does is force the encoder to be more aggressive about discarding audio data — specifically, data the encoder's model predicts your ears won't notice.

MP3 and AAC encoders use psychoacoustic models — mathematical representations of how human hearing works. These models know that you can't hear a quiet sound when a louder sound occupies the same frequency at the same time (this is called masking). They know that human hearing becomes less sensitive above about 16kHz. They use this knowledge to identify what to remove.

At high bitrates, only the truly inaudible data gets removed. At low bitrates, the encoder has to remove things your ears CAN notice — which is when artifacts appear.

The four quality tiers

Below 128 kbps — audible degradation

Compression artifacts are consistently noticeable. High frequencies get rolled off aggressively. Cymbals sound smeared, reverb tails disappear, voices take on a "boxy" quality. Suitable only when bandwidth is severely limited — old voice calls, very constrained streaming.

128 kbps — acceptable, but noticeable in the right context

For podcast voice and casual listening: fine. For complex music with acoustic instruments or dense high-frequency content — piano, orchestral, acoustic guitar — a trained ear on decent headphones will likely notice the compression. The file is small enough that this compromise was worth it for a lot of earlier streaming.

192 kbps — the practical transparency threshold

In controlled ABX blind tests, most listeners cannot reliably identify the MP3 from the lossless source at 192 kbps. This doesn't mean the difference doesn't exist — it means it's small enough to fall below the perceptual threshold for typical listening. The recommended default for music, podcasts, and general distribution.

320 kbps — diminishing returns

MP3's maximum bitrate. Files are 65% larger than 192 kbps. The quality improvement is real but small — noticeable on reference-grade equipment by listeners trained to listen for it. For most storage-is-cheap scenarios, 320 kbps gives comfortable headroom. But don't confuse it with lossless.

When bitrate doesn't apply

WAV files store every audio sample without compression — there's no bitrate setting because nothing is being removed. The "bitrate" of a WAV file is just the sample rate multiplied by the bit depth, and it tells you the raw data rate, not a quality setting.

FLAC compresses audio losslessly — like a ZIP file for audio. It reduces file size without discarding any data. When you export FLAC, there's no bitrate choice because the output is bit-for-bit identical to the original regardless of compression level.

This is why converting an MP3 to WAV doesn't "give you lossless quality." The WAV file has no meaningful bitrate setting — but the audio data inside it is still the compressed MP3 data. The container doesn't reconstruct what the encoder discarded years ago.

Bitrate and conversion decisions

When converting from a lossless source (WAV, FLAC, AIFF), you're setting the bitrate for the first time — pick deliberately. 192 kbps is the right default for most uses. 320 kbps if you want headroom and storage isn't a concern.

When converting from a lossy source, the original bitrate matters. If your source is already 128 kbps MP3, converting it to 320 kbps MP3 doesn't recover anything — you just get a larger file with the same quality ceiling as the source. The rule is: never re-encode lossy audio at a lower bitrate than the original. If you must re-encode, match or exceed the source bitrate — and understand you're still adding another generation of quality loss.

The cleanest approach for long-term audio is: archive in FLAC, distribute in MP3 at 192 kbps. Work from the lossless source, compress once, for a specific purpose.

Last updated: March 28, 2026