What Is Audio Bitrate?

Audio bitrate refers to the amount of data used to represent one second of audio, measured in kilobits per second (kbps). Higher bitrates generally mean more data, which can translate to better audio quality — but the relationship isn't always straightforward, because the codec you use matters just as much as the number itself.

Think of bitrate as a budget: the codec is how efficiently you spend that budget. A well-designed codec like AAC or Opus can deliver excellent quality with a smaller budget than an older codec like MP3.

Lossy vs Lossless: The Foundation

Before choosing a bitrate, you need to decide between lossy and lossless encoding:

  • Lossy codecs (MP3, AAC, Opus, OGG Vorbis) permanently discard audio data to achieve compression. Bitrate is the primary quality control.
  • Lossless codecs (FLAC, ALAC, WAV, AIFF) preserve all original data. Bitrate varies dynamically based on content complexity; you choose quality by choosing the format, not a fixed bitrate.

The rest of this guide focuses on choosing bitrates for lossy formats, which is where the decision actually requires thought.

Bitrate Reference Table by Use Case

Use CaseCodecRecommended BitrateNotes
Voice calls / VoIPOpus16–32 kbpsOpus is optimized for speech at low bitrates
Podcast (speech)MP3 or AAC64–96 kbps monoStereo wastes bandwidth for voice-only content
Internet radio (music)AAC or Opus96–128 kbps stereoGood balance of quality and bandwidth
Music streamingAAC128–256 kbpsMost platforms default to 128–256 kbps AAC
High-quality music archiveMP3 or AAC320 kbpsNear-transparent for most listeners
Professional archivingFLACN/A (lossless)Bitrate varies; typically 600–1400 kbps

Podcasts: Mono vs Stereo

One of the most common mistakes podcasters make is encoding in stereo when there is no stereo content. A solo interview recorded on a single microphone contains identical data in both channels. Encoding it as stereo doubles the file size without adding any audio information. For voice-only podcasts, mono encoding at 64–96 kbps is the best practice.

Reserve stereo for podcasts that include music segments, sound effects with spatial placement, or any other content where stereo separation genuinely adds to the listener experience.

Music Streaming: The Platform Reality

Major streaming platforms apply their own encoding to your uploads. Understanding their current standards helps you submit audio in the right format:

  • Spotify: Streams at 24, 96, 160, or 320 kbps Ogg Vorbis depending on user settings
  • Apple Music: Streams at 256 kbps AAC; also offers Lossless and Dolby Atmos tiers
  • YouTube Music: 128 kbps AAC (mobile) or 256 kbps AAC (desktop)
  • Tidal: HiFi tier uses FLAC lossless; standard tier uses AAC 320 kbps

Because platforms will re-encode your audio, always submit the highest quality original you have — ideally WAV or FLAC at 44.1 kHz / 24-bit — so the platform's transcoding starts from the best possible source.

Variable Bitrate (VBR) vs Constant Bitrate (CBR)

Beyond choosing a target bitrate, you can often choose between constant and variable bitrate encoding:

  • CBR (Constant Bitrate): Uses the same bitrate throughout. Predictable file sizes, easier to stream. Best for live broadcasts and compatibility-critical scenarios.
  • VBR (Variable Bitrate): Allocates more bits during complex passages and fewer during simple ones. Results in better quality per file size. Best for offline playback and archiving.

Practical Recommendations

  1. Start with the codec choice — Opus and AAC are more efficient than MP3 for equal quality.
  2. Match channel count to content — don't waste bandwidth on unnecessary stereo.
  3. Use VBR when file size matters and playback environment is controlled.
  4. Always keep a lossless master copy; never re-encode from a lossy file if you can avoid it.
  5. Test with representative listeners — perception of "good enough" quality varies by audience.

Audio quality is ultimately about the listener experience, not the number on the file. Understanding how bitrate, codec, and content type interact gives you the tools to make consistently good decisions.