Logo

MonoCalc

/

Audio Bitrate Converter

Converter

Common bitrate presets:

Common Audio Bitrate Reference

BitrateQuality TierTypical UseFile Size / min
64 kbps

Low

Low-quality speech / podcast468.75 KB
96 kbps

Medium

Voice, low-bandwidth streaming703.13 KB
128 kbps

Medium

Standard streaming (Spotify Free)937.50 KB
192 kbps

High

Good quality music streaming1.37 MB
256 kbps

High

High-quality streaming (Apple Music)1.83 MB
320 kbps

Lossless-like

Maximum MP3 quality2.29 MB

About This Tool

Audio Bitrate Converter – kbps, Mbps, File Size & PCM Calculator

Audio bitrate is the amount of data encoded per second in a digital audio stream, typically measured in kilobits per second (kbps). It is the single most important factor balancing audio quality against file size and bandwidth consumption. Whether you are encoding a podcast, mastering a music release, or configuring a streaming platform, understanding bitrate conversions and their downstream effects on file size is essential.

This converter handles four common workflows: converting a bitrate value between units (bps, kbps, Mbps, kBps, MBps), estimating the file size of an audio track from its bitrate and duration, calculating the bitrate required to reach a target file size, and computing the exact uncompressed PCM bitrate for WAV or AIFF audio from sample rate, bit depth, and channel count.

Bitrate Unit Conversion

All bit-based and byte-based data-rate units follow simple fixed ratios because 1 byte = 8 bits and each SI prefix represents a factor of 1,000:

  • 1 kbps = 1,000 bps
  • 1 Mbps = 1,000 kbps = 1,000,000 bps
  • 1 kBps = 8 kbps
  • 1 MBps = 8 Mbps

A common point of confusion is that internet service providers advertise speeds in Mbps (megabits) while operating systems report download progress in MB/s (megabytes). A 100 Mbps connection delivers roughly 12.5 MB/s — exactly one-eighth of the advertised megabit figure.

Estimating File Size from Bitrate and Duration

For constant bitrate (CBR) audio, the file size formula is straightforward:

File Size (bytes) = Bitrate (bps) × Duration (seconds) ÷ 8

For example, a 4-minute track (240 seconds) encoded at 192 kbps produces:

192,000 × 240 ÷ 8 = 5,760,000 bytes ≈ 5.49 MB

Note that most modern MP3 and AAC encoders use variable bitrate (VBR) by default, which allocates more bits to complex passages and fewer to silence. VBR files can be 10–20% smaller than CBR for the same perceived quality, so the calculated size is an upper-bound estimate for VBR files.

Calculating the Required Bitrate

If you need a track to fit within a specific file size — for example, a 5 MB limit for a newsletter attachment — the reverse formula gives you the maximum allowable bitrate:

Bitrate (kbps) = (File Size (bytes) × 8) ÷ Duration (seconds) ÷ 1,000

For a 3-minute 30-second (210-second) track with a 5 MB limit:

(5 × 1,048,576 × 8) ÷ 210 ÷ 1,000 ≈ 200 kbps

Uncompressed PCM / WAV Bitrate

Uncompressed audio formats like WAV and AIFF use PCM (Pulse-Code Modulation), where the bitrate is determined entirely by three parameters:

Bitrate (bps) = Sample Rate (Hz) × Bit Depth × Channels

CD-quality stereo audio uses 44,100 Hz, 16-bit, and 2 channels:

44,100 × 16 × 2 = 1,411,200 bps = 1,411.2 kbps ≈ 10.09 MB/min

Professional studio recording typically uses 48,000 Hz or 96,000 Hz at 24-bit with two channels, producing bitrates between 2.3 Mbps and 4.6 Mbps and files roughly 10× larger than compressed MP3 equivalents at the same duration.

Audio Quality Tiers by Bitrate

These conventions apply to modern lossy codecs (MP3, AAC) for stereo music content:

  • Below 96 kbps (Low): Acceptable for voice, speech, or podcasts. Noticeable compression artifacts on music, especially in high-frequency content.
  • 96–191 kbps (Medium): Suitable for general music streaming. Some listeners detect artifacts on critical material; common for radio streams and free-tier services.
  • 192–319 kbps (High): Good quality suitable for most music listening. Spotify Premium and Apple Music use 256–320 kbps AAC.
  • 320 kbps and above (Lossless-like): The maximum for standard MP3. At this bitrate most listeners cannot distinguish the compressed file from lossless audio in double-blind tests, though true lossless formats (FLAC, ALAC) remain preferred for archiving.

CBR vs VBR: Practical Guidance

CBR (Constant Bit Rate) encodes every frame at the same bitrate, making file size perfectly predictable. It is required for some broadcast workflows and low-latency streaming scenarios where decoders cannot buffer ahead.

VBR (Variable Bit Rate) dynamically adjusts the bitrate based on the complexity of each audio segment. A VBR encoder set to a quality target of "equivalent to 192 kbps" will use higher bitrates for dense musical passages and lower bitrates for quiet sections, resulting in smaller files with equal or better perceived quality compared to CBR at the same nominal bitrate.

For archiving, mastering, and distribution masters, always use lossless formats. For delivery and streaming, 256 kbps VBR AAC or 320 kbps MP3 CBR covers virtually all listening scenarios while remaining practical for storage and transfer.

Frequently Asked Questions

Is the Audio Bitrate Converter free?

Yes, Audio Bitrate Converter is totally free :)

Can I use the Audio Bitrate Converter offline?

Yes, you can install the webapp as PWA.

Is it safe to use Audio Bitrate Converter?

Yes, any data related to Audio Bitrate Converter only stored in your browser (if storage required). You can simply clear browser cache to clear all the stored data. We do not store any data on server.

How does the Audio Bitrate Converter work?

Enter a bitrate value (e.g. 320) and its unit (kbps, Mbps, bps, kBps, or MBps) to instantly see it expressed in all supported units. Optionally add a duration to estimate the resulting file size, enter a target file size and duration to find the required bitrate, or use the PCM calculator to compute the exact bitrate of uncompressed WAV/AIFF audio from sample rate, bit depth, and channel count.

What is the formula for estimating audio file size from bitrate and duration?

The formula is: File Size (bytes) = Bitrate (bps) × Duration (seconds) ÷ 8. For example, a 192 kbps audio track of 4 minutes (240 seconds) has a file size of 192,000 × 240 ÷ 8 = 5,760,000 bytes ≈ 5.49 MB. This calculation applies to constant-bitrate (CBR) files; variable-bitrate (VBR) files may differ because the bitrate fluctuates throughout the track.

What is the difference between kbps and kBps?

kbps (kilobits per second) measures data rate in thousands of bits per second, while kBps (kilobytes per second) measures it in thousands of bytes per second. Since 1 byte = 8 bits, the relationship is: 1 kBps = 8 kbps. Internet speeds and audio bitrates are almost always given in kbps, while file download speeds shown in operating systems are usually shown in kBps or MB/s.

How is the uncompressed PCM bitrate calculated?

The formula is: Bitrate (bps) = Sample Rate (Hz) × Bit Depth (bits) × Number of Channels. For example, CD-quality stereo audio at 44,100 Hz and 16-bit gives: 44,100 × 16 × 2 = 1,411,200 bps = 1,411.2 kbps. This is the raw data rate of WAV or AIFF audio before any compression such as MP3, AAC, or FLAC.

What does the quality tier indicator mean?

The quality tier classifies a bitrate by its typical perceived audio quality for lossy stereo music (MP3/AAC): Low (below 96 kbps) is suitable for speech; Medium (96–191 kbps) covers standard streaming; High (192–319 kbps) represents good-quality music; and Lossless-like (320 kbps and above) is the maximum for lossy codecs, indistinguishable from lossless for most listeners. These thresholds are general guidelines — codec efficiency varies.

What is the difference between CBR and VBR audio?

CBR (Constant Bit Rate) encodes every segment of audio at the same bitrate, making file size perfectly predictable and suitable for streaming. VBR (Variable Bit Rate) allocates more bits to complex passages and fewer to silence or simple tones, typically resulting in better quality per file size. The file size estimate in this tool assumes CBR; VBR files can be 10–20% smaller for the same perceived quality.