What Is Audio Bitrate? kbps, Quality, and File Size Explained
What Is Audio Bitrate?
Audio bitrate is the amount of data used to represent one second of sound, measured in kilobits per second (kbps). When you export an MP3 at 320 kbps or stream a song at 256 kbps, that number is the bitrate — and it's the single most important setting controlling both the file size and the perceived quality of compressed audio.
The concept is simple: more bits per second means more information preserved from the original recording, which generally means better sound and a larger file. Fewer bits means a smaller file but less fidelity. The entire craft of audio compression is finding the point where you've removed as much data as possible without a listener noticing — a target called transparency.
This guide explains exactly what audio bitrate is, how it relates to file size and quality, the difference between CBR and VBR encoding, the recommended bitrate for every common use case, and — crucially — how bitrate differs from sample rate and bit depth, which is one of the most persistent points of confusion in digital audio.
If you work with video too, the same logic applies to the audio track inside your videos. Our guide on what video bitrate is covers the visual side of the same idea.
How Bitrate Relates to File Size
Bitrate and file size are directly, mathematically linked. Because bitrate is data-per-second, the total file size is simply bitrate multiplied by duration.
The formula is:
File size (in megabytes) ≈ (bitrate in kbps × duration in seconds) ÷ 8 ÷ 1024
The division by 8 converts kilobits to kilobytes (there are 8 bits in a byte). A quick reference:
- A 4-minute song at 128 kbps ≈ 3.75 MB
- The same song at 256 kbps ≈ 7.5 MB
- The same song at 320 kbps ≈ 9.4 MB
- A 1-hour podcast at 96 kbps ≈ 41 MB
- A 1-hour podcast at 128 kbps ≈ 55 MB
This predictability is what makes bitrate such a useful lever. If you know your target file size and your audio's length, you can work backwards to the bitrate you need — which is exactly how streaming services budget bandwidth and how podcast hosts keep download sizes manageable.
Notice that doubling the bitrate doubles the file size. That relationship is why choosing the right bitrate matters: a podcaster exporting at 320 kbps instead of 96 kbps is shipping files more than three times larger for spoken-word audio that gains no audible benefit from the extra data.
How Bitrate Relates to Quality
Higher bitrate preserves more of the original audio signal, so as a rule, quality rises with bitrate. But the relationship is not linear, and it does not continue forever.
At very low bitrates — say 32 or 64 kbps for music — a lossy codec has to throw away a lot of information. You'll hear artifacts: a metallic "swirling" on cymbals, muddy bass, a hollow quality to vocals, and a general loss of clarity in busy passages. As you climb toward 128 kbps, most of those artifacts become subtle. By 256 kbps, most listeners on most equipment can't distinguish the compressed file from the original. This is the point of transparency.
Beyond transparency, additional bitrate stores data your ears can no longer detect. A 320 kbps MP3 is not audibly better than a well-encoded 256 kbps AAC for the overwhelming majority of people — it's simply a bigger file. This is why "higher is always better" is a myth. The right target is the lowest bitrate that reaches transparency for your specific content and codec, because that gives you the smallest file with no perceptible quality cost.
Different content reaches transparency at different bitrates. A solo acoustic guitar track is easy to encode and sounds clean at a lower bitrate. A dense orchestral recording or electronic track with lots of high-frequency detail is harder and benefits from more bits. Spoken word is the easiest of all, which is why podcasts can sound excellent at bitrates that would be inadequate for music.
CBR vs VBR: Constant vs Variable Bitrate
When you encode audio, you choose not just a bitrate but a bitrate mode. The two main options are CBR and VBR.
CBR (Constant Bitrate) uses exactly the same number of bits for every second of audio, regardless of how complex that moment is. A CBR 192 kbps file spends 192 kbps on a silent pause and 192 kbps on a wall of sound. CBR is predictable, produces exact file sizes, and is compatible with virtually every player and streaming setup — which is why it's still common for broadcast and live streaming where a stable, known data rate matters.
VBR (Variable Bitrate) lets the encoder spend more bits on complex passages and fewer on simple ones, aiming for a consistent quality rather than a consistent data rate. A quiet solo passage might use 100 kbps while a dense chorus jumps to 280 kbps, averaging out somewhere in between. The result is usually a smaller file at equal or better perceptual quality than CBR, because bits go where they're actually needed.
For most on-demand use — music libraries, podcasts you distribute as files, audio you archive — VBR is the better choice. It gives you the best quality-to-size ratio. The main reason to prefer CBR is live streaming or any pipeline that requires a fixed, guaranteed data rate. There's also ABR (Average Bitrate), a middle ground that targets an average while allowing some variation, but CBR and VBR cover the vast majority of real-world decisions.
Bitrate vs Sample Rate vs Bit Depth
This is the most commonly confused topic in digital audio, so it's worth being precise. These three numbers describe completely different properties, and they are not interchangeable.
Bitrate (kbps) is the amount of compressed data used per second. It's a property of the encoded file and directly controls file size and — for lossy formats — quality. Example: 256 kbps.
Sample rate (kHz) is how many times per second the audio waveform is measured during recording or playback. It determines the highest frequency the audio can represent (the Nyquist theorem: the maximum captured frequency is half the sample rate). CD-quality audio uses 44.1 kHz, which captures up to ~22 kHz — above the range of human hearing. Video audio typically uses 48 kHz. Higher sample rates like 96 kHz or 192 kHz are used in professional recording but offer no audible benefit for finished listening material.
Bit depth (bits) is how many bits describe each individual sample, which sets the dynamic range — the gap between the quietest and loudest sound. 16-bit (CD standard) gives about 96 dB of dynamic range, which is enough for finished music. 24-bit gives ~144 dB and is used during recording and mixing to leave headroom for editing.
Here's the key distinction: sample rate and bit depth describe the uncompressed source, while bitrate describes the compressed output. In fact, for uncompressed PCM audio, bitrate is derived from the other two: bitrate = sample rate × bit depth × channels. A 44.1 kHz, 16-bit, stereo WAV file has a fixed bitrate of about 1,411 kbps. When you compress that WAV into a 256 kbps MP3, you're keeping the sample rate and reconstructing the sound with roughly one-fifth the data.
So when someone says "high bitrate," they mean a data-rich compressed file. When they say "high sample rate," they mean the audio was measured more often. Confusing the two leads to mistakes like setting a 192 kHz sample rate on a podcast (pointless) or expecting 320 kbps to somehow "add" frequencies the source never captured (it can't).
Lossy vs Lossless
Bitrate behaves very differently depending on whether your format is lossy or lossless.
Lossy formats — MP3, AAC, Ogg Vorbis, Opus — permanently discard audio data that the codec's psychoacoustic model judges to be inaudible. You set a target bitrate, and the encoder throws away enough data to hit it. This is where bitrate is a direct quality knob: 128 kbps discards more than 256 kbps. Lossy formats are how streaming and portable audio work, because they achieve small files at good quality.
Lossless formats — FLAC, ALAC (Apple Lossless), WAV, AIFF — preserve every bit of the original. FLAC and ALAC compress the file (typically to 50–70% of WAV size) using techniques that let you reconstruct the exact original, so there's no quality setting to choose. Their bitrate is variable and determined by the music itself — a busy track produces a higher bitrate than a sparse one, often landing between 800 and 1,100 kbps for CD-source material. You don't pick a lossless bitrate; it's whatever the audio requires.
The practical takeaway: use lossy with a chosen bitrate for distribution and everyday listening, and lossless for archiving, mastering, or any case where you may re-edit or re-encode later. For a deeper look, see our guide on the difference between lossy and lossless.
Recommended Audio Bitrate by Use Case
There's no single "best audio bitrate" — the right value depends on the content and where it's going. This table covers the common scenarios.
| Use Case | Format | Recommended Bitrate | Notes |
|---|---|---|---|
| Voice / audiobook (mono) | MP3 / AAC | 64–96 kbps | Speech compresses extremely well |
| Podcast (stereo or with music) | MP3 / AAC | 96–128 kbps | 128 kbps is a safe default |
| Music — good quality | MP3 / AAC | 192 kbps | Fine for casual listening |
| Music — high quality | MP3 | 256–320 kbps | Transparent for most listeners |
| Music — max lossy | AAC | 256 kbps VBR | Often equals 320 kbps MP3 at smaller size |
| Video audio track | AAC | 128–256 kbps | 192 kbps AAC is a strong default |
| Live streaming (Twitch, etc.) | AAC | 128–160 kbps | Fixed CBR for stable delivery |
| Archival / mastering | FLAC / ALAC | Lossless (variable) | No quality loss, ~800–1,100 kbps |
A few notes on reading this table. AAC is more efficient than MP3, so a given AAC bitrate sounds better than the same MP3 bitrate — you can often drop one tier when switching from MP3 to AAC. Spoken-word content sits far lower than music because the human voice occupies a narrow frequency range that compresses easily. And for video, the audio track rarely needs more than 192–256 kbps AAC; spending more there while your video is heavily compressed is a poor allocation.
Streaming service tiers for reference: Spotify streams up to 320 kbps Ogg Vorbis on its Premium tier and 96–160 kbps on free/mobile. Apple Music streams 256 kbps AAC as standard and offers lossless ALAC up to 24-bit/192 kHz for subscribers. YouTube's highest audio is roughly 256 kbps AAC. Notice that even the "high quality" commercial tiers top out around 256–320 kbps — a good confirmation that this range is genuinely transparent for delivery.
For live streaming specifically, the audio bitrate is only one part of your total stream budget. Our best bitrate for Twitch guide covers how audio and video bitrates combine within a platform's overall limit.
Common Bitrate Mistakes to Avoid
A few recurring errors cost people either quality or unnecessary file size:
- Encoding lossy at maximum "just in case." Exporting a voice podcast at 320 kbps wastes bandwidth for zero audible gain. Match bitrate to content.
- Re-encoding lossy to a higher bitrate. Converting a 128 kbps MP3 to 320 kbps does not recover quality — the discarded data is gone forever. You just get a bigger file containing the same limited audio.
- Confusing sample rate with bitrate. Raising the sample rate doesn't fix a low bitrate, and vice versa. They control different things.
- Ignoring the codec. 128 kbps in Opus or AAC sounds noticeably better than 128 kbps in old MP3. The format matters as much as the number.
- Over-compressing music below 128 kbps. For anything but speech, sub-128 kbps introduces artifacts most people will eventually notice on decent headphones.
Getting these right means smaller files with no quality penalty — which is the entire point of understanding bitrate.
How Compresto Helps
Compresto is a native macOS app for compressing media, and that includes audio. When you have audio files that are larger than they need to be — a folder of high-bitrate MP3s, WAV recordings, or exports that ship at an unnecessarily high data rate — Compresto lets you re-encode them to a sensible bitrate so they take up far less space.
Just as importantly, Compresto compresses the audio track inside your videos. Many video files carry an audio stream encoded at a much higher bitrate than the content needs — a talking-head clip with a 320 kbps audio track, for example. When Compresto compresses a video, it handles both the visual stream and the audio stream, so you get the full file-size reduction rather than shrinking only half the file.
Because everything runs locally on your Mac using native frameworks, there's no upload step and no waiting on a server. You choose a target, and Compresto produces a smaller file. If your goal is specifically to compress audio files or compress MP3 files, Compresto handles those directly with bitrate settings that map onto the recommendations in this guide.
The practical workflow is simple: pick a bitrate appropriate to your content from the table above — 128 kbps for a podcast, 192–256 kbps for music, 192 kbps AAC for a video's audio — and let Compresto do the encoding. You keep quality where it counts and drop the file size where it doesn't matter.
FAQ: Audio Bitrate
Q: What is a good audio bitrate?
For music, 256–320 kbps MP3 or 256 kbps AAC is transparent to almost everyone. For spoken-word content like podcasts and audiobooks, 96–128 kbps is plenty. For archival or professional work, use lossless formats like FLAC or ALAC, which don't have a fixed bitrate ceiling. Higher isn't automatically better — past the point of transparency you only add file size with no audible benefit.
Q: Is 320 kbps better than 256 kbps?
Technically 320 kbps stores more data, but for most listeners on most equipment the difference between a good 256 kbps AAC file and a 320 kbps MP3 is inaudible. 320 kbps is the safe maximum for lossy MP3 if you want zero doubt about quality, but 256 kbps AAC often sounds equal or better at a smaller size because AAC is a more efficient codec.
Q: What is the difference between audio bitrate and sample rate?
Bitrate is how much data is used per second (kbps) and directly controls compressed file size and quality. Sample rate is how many times per second the audio is measured (kHz, e.g. 44.1 kHz) and determines the highest frequency that can be captured. Bit depth (16-bit, 24-bit) sets dynamic range. They describe different properties and shouldn't be used interchangeably.
Q: What bitrate should I use for a podcast?
For a mono voice podcast, 64–96 kbps MP3 sounds clean and keeps downloads small. For stereo podcasts or shows with music, 128 kbps is a good target. Going above 128 kbps for spoken word rarely improves perceived quality — it just makes files larger and slower to download for your audience.
Q: Does higher bitrate always mean better sound quality?
Only up to a point. Higher bitrate preserves more of the original signal, but every codec reaches a level of transparency where additional bits stop producing any audible difference. Beyond that threshold you're only increasing file size. The goal is to reach transparency for your content and format, not to maximize the number.
New to compression concepts? Our guide on the difference between lossy and lossless explains why lossy formats can throw away data without you noticing — the foundation that makes low bitrates possible.
Download Compresto for Mac and compress your audio files and video soundtracks with sensible bitrates — smaller files, quality where it counts, all processed locally on your Mac.