NOTACAL logo

Audio Recording Time Calculator

Audio Recording Time Calculator

Give us your feedback! Was this useful?

Introduction

Digital audio recording requires balancing three competing factors: audio quality, file size, and recording duration. Higher sample rates and bit depths produce more faithful recordings but consume significantly more storage space. Understanding the mathematical relationship between these parameters is essential for audio engineers, podcasters, musicians, and video producers who need to plan recording sessions around available storage or estimate file sizes for distribution.

Every digital audio recording is defined by three fundamental parameters: sample rate, bit depth, and the number of channels. The sample rate determines how many times per second the analog audio signal is measured, with common rates ranging from 44.1 kHz for CD-quality audio up to 192 kHz for high-resolution studio mastering. Bit depth determines the dynamic range and precision of each sample, with 16-bit offering about 96 dB of dynamic range and 24-bit providing around 144 dB. The number of channels determines whether the recording is mono (single channel), stereo (two channels), or surround sound (six channels for 5.1). [pohlmann-audio]

The product of these three parameters gives the uncompressed bitrate, which directly determines how much storage space a recording of a given duration will consume. Compression algorithms such as FLAC and MP3 can reduce file sizes significantly, but they introduce trade-offs in terms of compatibility, processing requirements, and in the case of lossy codecs like MP3, permanent quality loss. [watkinson-audio]

This calculator helps you navigate these trade-offs by computing available recording time from storage capacity, or file size from duration, across a wide range of audio formats and compression settings. Whether you are planning a podcast recording session, calculating storage requirements for a multitrack music project, or estimating bandwidth needs for streaming audio, understanding these relationships will help you make informed decisions.

How to Use This Calculator

The Audio Recording Time Calculator offers three calculation modes, each designed for a common real-world scenario. Select the mode that matches your needs using the Calculation dropdown.

Available Recording Time

Use this mode when you know how much free storage space you have and need to determine how long you can record. Start by entering your available storage size in gigabytes or megabytes. Then select the sample rate, bit depth, number of channels, and compression type you plan to use. The calculator immediately shows the maximum recording time available.

For example, if you have a 32 GB SD card and want to record stereo audio at 48 kHz with 24-bit depth in uncompressed WAV format, the calculator shows that you have approximately 3 hours and 52 minutes of recording time. Switching to FLAC compression approximately doubles the available recording time, while MP3 at 320 kbps extends it significantly.

File Size from Duration

Use this mode when you know the duration of your recording and need to estimate the resulting file size. This is essential for planning uploads, estimating bandwidth consumption for streaming, or determining whether a recording will fit on a specific storage medium.

Enter the recording duration in hours, minutes, and seconds, then select the sample rate, bit depth, channels, and compression type. The calculator displays the file size in both megabytes and gigabytes.

A practical example: one hour of stereo audio at CD quality (44.1 kHz, 16-bit) in uncompressed WAV format produces approximately 606 MB in binary units (or 635 MB in decimal units used by drive manufacturers). This is arrived at by calculating the bitrate: 44,100 samples per second times 16 bits per sample times 2 channels equals 1,411,200 bits per second. Dividing by 8 converts to bytes per second (176,400), and multiplying by 3,600 seconds gives approximately 635,040,000 bytes. Using binary conversion (1 MB = 1,048,576 bytes), this equals about 606 MB. [aes-recommended]

Bitrate from Parameters

Use this mode to quickly determine the uncompressed bitrate of any combination of sample rate, bit depth, and channel count. This is useful when comparing formats or calculating bandwidth requirements for live streaming. The calculator shows the bitrate in both kilobits per second and megabits per second, plus the resulting file size per hour of recording.

The Formula

The fundamental relationship between audio parameters and storage is straightforward. The uncompressed bitrate is the product of the sample rate, bit depth, and number of channels:

Bitratebps=SampleRate×BitDepth×ChannelsBitrate_{bps} = SampleRate \times BitDepth \times Channels

The total file size for uncompressed audio is simply the bitrate multiplied by the duration in seconds:

FileSizebytes=Bitratebps×DurationsecondsFileSize_{bytes} = Bitrate_{bps} \times Duration_{seconds}

To convert file size to megabytes or gigabytes, divide by 1,048,576 (1024 squared) or 1,073,741,824 (1024 cubed) respectively.

For compressed formats, the calculation depends on the type of compression. Lossless codecs such as FLAC achieve variable compression ratios depending on the complexity of the audio content, typically around 45 to 55 percent of the original size. For lossy codecs with fixed bitrates like MP3 at 320 kbps, the bitrate is constant and independent of the sample rate and bit depth of the source material:

FileSizecompressed=FixedBitratebps×Durationseconds8FileSize_{compressed} = \frac{FixedBitrate_{bps} \times Duration_{seconds}}{8}

Worked Example

Calculate the file size of a 90-minute stereo recording at 48 kHz with 24-bit depth in uncompressed WAV format.

Step 1: Calculate the uncompressed bitrate:

Bitrate=48,000×24×2=2,304,000  bpsBitrate = 48{,}000 \times 24 \times 2 = 2{,}304{,}000 \; bps

Step 2: Convert to kilobits per second:

2,304,000÷1,000=2,304  kbps2{,}304{,}000 \div 1{,}000 = 2{,}304 \; kbps

Step 3: Calculate file size in bytes:

FileSize=2,304,000×5,400=12,441,600,000  bytesFileSize = 2{,}304{,}000 \times 5{,}400 = 12{,}441{,}600{,}000 \; bytes

Step 4: Convert to gigabytes:

12,441,600,000÷1,073,741,82411.59  GB12{,}441{,}600{,}000 \div 1{,}073{,}741{,}824 \approx 11.59 \; GB

This explains why high-resolution audio recordings consume storage space rapidly. A single 90-minute session at 96 kHz and 24-bit stereo would require over 23 GB of storage uncompressed. [apple-coreaudio]

Audio Format Reference Table

The following table compares common digital audio formats and their storage requirements per hour of recording.

FormatSample RateBit DepthBitrate (kbps)Per Hour SizeTypical Use
CD Audio44.1 kHz16-bit1,411~635 MBMusic albums
DVD Audio48 kHz24-bit2,304~1.04 GBFilm/DVD
Hi-Res (96/24)96 kHz24-bit4,608~2.07 GBAudiophile
Hi-Res (192/24)192 kHz24-bit9,216~4.15 GBStudio mastering
Podcast/Voice44.1 kHz16-bit mono706~318 MBSpeech recording
MP3 320\u2014\u2014320~144 MBStreaming/download
Storage required per hour of recording by audio format. Uncompressed formats at higher sample rates and bit depths consume dramatically more space.

The substantial differences between formats explain why format selection is one of the most important decisions in audio production. A one-hour recording at 192 kHz and 24-bit consumes nearly 29 times the storage of the same recording as an MP3 at 320 kbps. However, the MP3 achieves this reduction through lossy compression that discards audio information deemed less audible to human ears, which may be unacceptable for critical listening, archiving, or further processing. [flac-spec]

Practical Tips

For podcast and voice recording, the industry standard is 44.1 kHz sample rate with 16-bit depth in mono. This produces approximately 35 MB per hour when encoded as MP3 at 128 kbps, making it highly efficient for spoken word content where extreme fidelity is unnecessary. The human voice occupies a relatively narrow frequency range, so the higher sample rates used for music production add no tangible benefit.

For music production and mixing, record at 48 kHz with 24-bit depth. The extra bit depth provides approximately 48 dB of additional headroom compared to 16-bit, which is invaluable when recording with dynamic sources like vocals and acoustic instruments. The 48 kHz sample rate also aligns with video production standards, making it easier to integrate audio with video projects.

Always leave at least 20 percent of your storage drive free for project files, backups, and operating system overhead. Solid-state drives in particular benefit from maintaining free space for wear leveling and garbage collection. Running a drive to near capacity also increases the risk of failed writes during critical recording sessions.

For archival purposes, use FLAC compression rather than uncompressed WAV or AIFF. FLAC reduces file sizes by roughly 45 percent with no loss of audio quality, and the format is widely supported with robust metadata tagging capabilities. Unlike MP3, FLAC is lossless, meaning the original audio can be perfectly reconstructed from the compressed file. [flac-spec]

For distribution and casual listening, MP3 at 320 kbps provides an excellent balance of file size and quality. While technically lossy, the artifacts at this bitrate are generally inaudible on consumer playback equipment. For streaming applications, consider variable bitrate encoding which allocates more bits to complex passages and fewer bits to simple ones, achieving smaller average file sizes while maintaining consistent perceptual quality.

When recording multitrack projects, remember that each track consumes its own storage. A 24-track recording session at 48 kHz and 24-bit for three hours requires approximately 24 times the per-track storage, which translates to over 250 GB of uncompressed audio. Plan your recording sessions accordingly and consider using a dedicated external drive for audio projects.

Limitations

This calculator does not account for file system overhead. Storage drives use fixed-size blocks for organizing data, and a small audio file may consume more space on disk than its actual data size due to block alignment. NTFS drives typically use 4 KB blocks while FAT32 uses larger clusters on high-capacity drives, and these differences can add up when storing many small audio files.

Compression ratios for FLAC are estimates based on typical content. The actual compression ratio achieved by FLAC depends heavily on the complexity of the audio material. Dense, highly dynamic music may compress to only 50 percent of the original size, while sparse content like a solo piano recording may compress to 40 percent or less. Silence and simple waveforms compress extremely well, while complex orchestral passages approach the upper end of the typical range.

Metadata and tagging overhead is not included in the file size estimates. While generally small compared to the audio data itself, extensive metadata including embedded album art, cue sheets, and detailed track information can add several megabytes to a file, particularly for long recordings or albums with many tracks.

Real-world drive capacities are typically reported using decimal prefixes (1 GB = 1,000,000,000 bytes) by manufacturers, while operating systems report capacity using binary prefixes (1 GB = 1,073,741,824 bytes). This discrepancy means that a drive advertised as 1 TB may appear as approximately 931 GB in your operating system, reducing the usable storage by about 7 percent. [itu-r-bs-1770]

The calculator assumes consistent audio parameters throughout the recording. Variable bitrate encoding and dynamic format changes within a single file are not modeled. For applications using adaptive bitrate streaming or variable bitrate codecs, the actual file sizes may differ from these estimates.

Frequently Asked Questions

What bitrate should I use for podcasting?
For spoken word podcasts, 128 kbps MP3 at 44.1 kHz mono provides excellent quality with small file sizes (about 57 MB per hour). For higher quality or podcasts that include music segments, 192 kbps or 320 kbps MP3 stereo is recommended.
What is the difference between 44.1 kHz and 48 kHz sample rates?
44.1 kHz is the CD standard and works well for music distribution. 48 kHz is the video production standard and is preferred when audio will be paired with video. Both capture frequencies well above the 20 kHz limit of human hearing, so the practical difference is minimal for most listeners.
How much space do I need for a 2-hour movie audio track?
A 2-hour movie with 5.1 surround sound at 48 kHz and 24-bit uncompressed requires approximately 12.4 GB. Using Dolby Digital (AC-3) compression at 640 kbps reduces this to about 576 MB, which is why compressed formats are standard for film distribution.
What is the best format for archiving recordings?
FLAC (Free Lossless Audio Codec) is the best choice for archiving. It reduces file size by about 45 percent compared to WAV with no quality loss, supports robust metadata, and is open source with broad industry support. Always archive in a lossless format since lossy codecs permanently discard data.
Can I use MP3 for professional recording?
MP3 is suitable for reference recordings, rough mixes, and distribution, but it should never be used for multitrack recording or final mastering. The lossy compression introduces artifacts and discards frequency content that cannot be recovered. Always record and mix in uncompressed or lossless formats.
How do sample rate and bit depth affect quality?
Higher sample rates capture higher frequencies, extending the recording bandwidth beyond the 20 kHz limit of human hearing, which can improve the accuracy of digital filters and preserve ultrasonic content. Higher bit depth increases dynamic range, reducing noise and allowing more headroom for processing. For most listening, 44.1 kHz and 16-bit is sufficient; for professional production, 48 kHz and 24-bit is the recommended minimum.
Is there a noticeable difference between 16-bit and 24-bit audio?
In a quiet listening environment, the difference between 16-bit and 24-bit is subtle for playback because 16-bit already provides 96 dB of dynamic range, which exceeds most listening conditions. However, 24-bit is essential during recording and mixing because the extra headroom prevents clipping and reduces noise floor issues when applying effects and processing.
Why does my 1 TB drive show less than 1 TB of storage?
Hard drive manufacturers use decimal prefixes where 1 TB = 1,000,000,000,000 bytes. Operating systems use binary prefixes where 1 TB = 1,099,511,627,776 bytes. This causes a 1 TB drive to appear as approximately 931 GB. The discrepancy is purely a matter of definition and affects all storage devices equally.

References

  1. [1]Watkinson, John. "The Art of Digital Audio." 3rd ed. Focal Press.Buy on Amazon
  2. [2]Pohlmann, Ken C. "Principles of Digital Audio." 6th ed. McGraw-Hill.Buy on Amazon
  3. [4]ITU-R BS.1770-4. (2015). Algorithms to Measure Audio Programme Loudness and True-Peak Audio Level.
  4. [5]Xiph.Org Foundation. (n.d.). FLAC — Free Lossless Audio Codec: Format Specification and Compression Ratios.
  5. [6]Apple Inc. (n.d.). Core Audio Overview — Audio Data Formats, Sample Rates, and Buffer Sizes.
  6. [7]The Museum of Broadcast Communications. (n.d.). History of Audio Recording — From Analog Tape to Digital Audio Workstations.

Last updated: July 27, 2026

1b

UnByte — Independent Software Engineering

Every calculator references authoritative sources — Editorial policy