CD math still rules
One minute of 44.1 kHz, 16-bit stereo PCM is about 10.1 MB—a 74-minute CD album is ~750 MB of raw audio.
For uncompressed PCM, WAV, AIFF, and Broadcast WAV, the core math is sample rate × bit depth × effective channels ÷ 8 = bytes per second. Effective channels are either your selected channel count (single-file mode) or channels per track × track count in multitrack mode. Total bytes are bytes per second × duration, plus optional WAV overhead when enabled.
For compressed MP3, AAC, and OGG-style estimates, the calculator uses file size = bitrate × duration ÷ 8. For FLAC, it starts with the WAV/PCM size and applies an estimated compression range, because FLAC size depends on the source material.
1:30:00, 90m, or 5400s.Audio file size depends on whether the audio is stored as uncompressed samples or as a compressed bitrate stream.
Uncompressed PCM/WAV/AIFF:file size = sample rate × bit depth × channels × duration ÷ 8
Compressed MP3/AAC/OGG:file size = bitrate × duration ÷ 8
FLAC estimate:FLAC size ≈ WAV size × compression percentage
Use hertz for sample rate, bits for bit depth, channels as a count, seconds for duration, and bits per second for bitrate. Divide by 8 because there are 8 bits in one byte.
WAV and AIFF files are usually predictable because PCM stores every sample directly. These examples use binary units, so 1 MiB is 1,048,576 bytes.
| WAV setting | Size per minute | Size per hour |
|---|---|---|
| 44.1 kHz / 16-bit / stereo | ~10.1 MiB | ~606 MiB |
| 48 kHz / 24-bit / stereo | ~16.5 MiB | ~989 MiB |
| 96 kHz / 24-bit / stereo | ~33.0 MiB | ~1.93 GiB |
| 192 kHz / 24-bit / stereo | ~65.9 MiB | ~3.86 GiB |
| 48 kHz / 24-bit / 8-track mono session | ~65.9 MiB | ~3.86 GiB |
Compressed formats are usually much smaller than WAV because they store fewer bits per second. FLAC is different: it is lossless, but its compression ratio changes with the source audio.
| Format | Settings | Size per minute |
|---|---|---|
| WAV CD quality | 44.1 kHz / 16-bit / stereo | ~10.1 MiB/min |
| WAV pro video | 48 kHz / 24-bit / stereo | ~16.5 MiB/min |
| WAV hi-res | 96 kHz / 24-bit / stereo | ~33.0 MiB/min |
| MP3 | 128 kbps | ~0.94 MiB/min |
| MP3 | 320 kbps | ~2.29 MiB/min |
| AAC | 256 kbps | ~1.83 MiB/min |
| FLAC | 40-70% of WAV | Depends on the WAV source |
One minute of audio can be less than 1 MiB for a low-bitrate podcast file or more than 60 MiB for high-resolution stereo WAV. The most important inputs are bitrate for compressed audio and sample rate, bit depth, and channels for uncompressed audio.
| Audio type | Common setting | Approximate size for 1 minute |
|---|---|---|
| Podcast voice | 96 kbps | ~0.69 MiB |
| MP3 or AAC stream | 128 kbps | ~0.94 MiB |
| High-quality MP3 | 320 kbps | ~2.29 MiB |
| CD-quality WAV | 44.1 kHz / 16-bit / stereo | ~10.1 MiB |
| Professional WAV | 48 kHz / 24-bit / stereo | ~16.5 MiB |
| Hi-res WAV | 96 kHz / 24-bit / stereo | ~33.0 MiB |
The reverse recording-time calculator uses the same selected format settings as the file-size calculator. For WAV and PCM, recording time depends on sample rate, bit depth, and channel or track count. For MP3, AAC, OGG, and other bitrate-based formats, recording time depends mainly on the chosen kbps value.
| Storage size | 48 kHz / 24-bit stereo WAV | 96 kHz / 24-bit stereo WAV | 128 kbps MP3/AAC |
|---|---|---|---|
| 32 GB | ~30h 51m | ~15h 25m | ~555h 33m |
| 64 GB | ~61h 43m | ~30h 51m | ~1111h 6m |
| 128 GB | ~123h 27m | ~61h 43m | ~2222h 13m |
| 1 TB | ~964h 30m | ~482h 15m | ~17361h 6m |
Use the storage size input for a specific card, recorder drive, or delivery limit, then compare it with the quick 32 GB, 64 GB, 128 GB, and 1 TB estimates in the result panel.
WAV files are often larger because they normally contain uncompressed PCM audio. A 48 kHz, 24-bit stereo WAV stores 2,304,000 bits every second, regardless of whether the audio is loud, quiet, simple, or complex. MP3 and AAC use codec compression and a target bitrate such as 128 kbps or 320 kbps, so they store far fewer bits per second.
That smaller MP3 or AAC size is useful for delivery, streaming, and archives where space matters. WAV, AIFF, and Broadcast WAV remain common for recording, editing, mixing, mastering, and production handoff because they preserve the original PCM samples without lossy codec decisions.
Storage manufacturers usually label drives in decimal units: 1 GB is 1,000,000,000 bytes. Many operating systems and recording tools report binary units: 1 GiB is 1,073,741,824 bytes. That is why a 64 GB card may appear as about 59.6 GiB.
The calculator includes a unit selector so you can switch between decimal MB/GB and binary MiB/GiB. Decimal units are useful for matching storage labels, while binary units are useful when comparing against operating-system file sizes.
Multiply sample rate by bit depth and channel count, divide by 8 to get bytes per second, then multiply by duration in seconds.
For PCM audio, file size = sample rate × bit depth × channels × duration ÷ 8. For bitrate-based audio, file size = bitrate × duration ÷ 8.
One minute of 44.1 kHz, 16-bit stereo WAV is about 10.1 MiB. One minute of 48 kHz, 24-bit stereo WAV is about 16.5 MiB.
A 1-hour 44.1 kHz, 16-bit stereo WAV is about 606 MiB. A 1-hour 48 kHz, 24-bit stereo WAV is about 989 MiB.
A 64 GB card holds about 61 hours of 48 kHz, 24-bit stereo WAV, about 30 hours of 96 kHz, 24-bit stereo WAV, or more than 1,100 hours at 128 kbps MP3/AAC.
WAV normally stores uncompressed PCM samples, while MP3 uses lossy compression and a much lower bitrate to remove or simplify audio data.
No. FLAC is lossless but content-dependent. Simple or quiet audio may compress more than dense, noisy, or complex audio.
MB is decimal and uses 1,000,000 bytes. MiB is binary and uses 1,048,576 bytes. Operating systems often show binary units, which can make a drive look smaller than its labelled decimal capacity.
One minute of 44.1 kHz, 16-bit stereo PCM is about 10.1 MB—a 74-minute CD album is ~750 MB of raw audio.
Recording 24-bit, 48 kHz stereo chews ~0.27 MB/s, so a single gigabyte holds roughly 62 minutes of takes.
At 32-bit float, 192 kHz, 5.1 (6 channels) you burn ~264 MB per minute—great headroom, but pack extra drives.
Eight channels at 24-bit/96 kHz stream around 2.2 MB/s; a 64 GB card nets just over 8 hours of 7.1 beds.
PCM has a fixed size—recording “silence” costs the same as loud passages, unlike compressed codecs that shrink quiet parts.
1:30:00, 90m, 5400s).This calculator helps you decide how much storage to bring to a session before the first take or how large an exported audio file will be. By choosing PCM/WAV, compressed bitrate, or FLAC mode, then adding duration and format settings, you immediately see projected size, per-minute usage, stream data rate, and how much recording time fits on a given card or drive. You can view results in binary or decimal units, compare PCM scenarios side by side, and add planning buffer for safer media budgeting.
We do not collect or transmit any data. Everything runs locally in your browser, which is handy on remote locations with limited connectivity. The data-rate readout helps verify whether a recorder, SD card, or interface can sustain the chosen format, while card-fit estimates show how quickly storage scales as format complexity increases.
Use the per-minute figure to estimate ADR or VO sessions with many short takes, or to budget live multitrack recordings that run for hours. If you like to capture both a safety recorder and a main recorder, double the output to cover both devices.