Audio Bitrate and Quality: Finding the Right Balance
Bitrate determines both file size and audio quality in lossy formats. Understanding the relationship between bitrate, codec efficiency, and perceptual quality helps you choose the optimal setting for each use case.
Key Takeaways
- Bitrate measures the amount of data used to represent one second of audio, expressed in kilobits per second (kbps).
- Every second of audio uses the same number of bits.
- 'Transparent' means indistinguishable from the lossless source in double-blind testing.
- At equivalent bitrates, modern codecs significantly outperform older ones:
- Music streaming:** AAC 256 kbps or Opus 128 kbps
Калькулятор BPM
What Bitrate Means
Bitrate measures the amount of data used to represent one second of audio, expressed in kilobits per second (kbps). Higher bitrate means more data per second, which generally means higher quality — but codec efficiency determines how much quality a codec extracts from each kilobit.
Constant vs. Variable Bitrate
CBR (Constant Bitrate)
Every second of audio uses the same number of bits. Simple passages waste bits; complex passages may be under-allocated. Predictable file size but suboptimal quality distribution.
VBR (Variable Bitrate)
The encoder allocates more bits to complex passages (dense orchestral, cymbals) and fewer to simple passages (silence, sustained notes). VBR produces better quality at a given average bitrate but results in slightly unpredictable file sizes.
Recommendation: Always use VBR for quality-critical applications.
Quality Thresholds by Format
| Format | Transparent Threshold | Good Enough | Minimum Acceptable |
|---|---|---|---|
| MP3 (LAME V0) | ~245 kbps VBR | 192 kbps | 128 kbps |
| AAC (Apple/FDK) | ~192 kbps VBR | 128 kbps | 96 kbps |
| OGG Vorbis | ~192 kbps VBR | 128 kbps | 96 kbps |
| Opus | ~128 kbps VBR | 96 kbps | 64 kbps |
'Transparent' means indistinguishable from the lossless source in double-blind testing.
Codec Efficiency Rankings
At equivalent bitrates, modern codecs significantly outperform older ones:
- Opus — Best overall efficiency (especially below 128 kbps)
- AAC (Apple/FDK) — Best for music distribution
- OGG Vorbis — Excellent open-source alternative
- MP3 (LAME) — Oldest, least efficient, but most compatible
Practical Guidelines
- Music streaming: AAC 256 kbps or Opus 128 kbps
- Podcasts: AAC 128 kbps mono or Opus 64 kbps mono
- Voice calls: Opus 32-64 kbps (designed for speech)
- Background music (web): AAC 96-128 kbps (sufficient for ambient playback)
- Archival: FLAC (no bitrate decision needed — lossless)