Audio File SizeHours to Gigabytes At 48khz 24bit Stereo

Hours to GB for 48kHz / 24-bit stereo PCM Audio

Snapshot

At 48kHz / 24-bit stereo PCM, 6 hours of audio needs about 6.22 GB. Conversion Encyclopedia uses the same fixed conversion basis across the calculator, common values, and reverse page for this page.

  • Reference basis: This result uses the fixed 48khz / 24-bit stereo pcm audio PCM profile, anchored to 288,000 bytes/s.
  • Example: For 1 hour, the 48kHz / 24-bit stereo PCM Audio PCM estimate needs about 1.04 GB.
  • Use the reverse page if you need the opposite direction with the same basis.

Use the interactive calculator below for custom values and the common-value table for quick checks.

Interactive conversion

Converter Calculator

6.22 GB

Switch

Machine access

Available to apps and AI agents

Hours to GB for 48kHz / 24-bit stereo PCM Audio can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The 48khz-24bit-stereo audio profile tells the conversion engine which audio settings belong to the calculation.

Machine-readable identifiers

Conversion family
audio-file-size
Source unit
hour
Target unit
gigabyte
Audio profile
48khz-24bit-stereo

The JSON API and OpenAPI specification use the identifiers to reach the conversion engine. WebMCP lets compatible AI agents request the same calculation.

Example API request and response

POST /api/v1/convert

Request

{
  "family": "audio-file-size",
  "value": 6,
  "from": "hour",
  "to": "gigabyte",
  "parameters": {
    "profile": "48khz-24bit-stereo"
  }
}

Essential response

{
  "ok": true,
  "conversion": {
    "family": "audio-file-size",
    "value": 6,
    "from": "hour",
    "to": "gigabyte",
    "result": {
      "raw": 6.2208,
      "display": "6.22"
    },
    "canonicalPath": "/audio-file-size/hours-to-gigabytes-at-48khz-24bit-stereo/"
  }
}
Full API documentation

Explanation

Formula: GB = (hours x 3600 x 0.288) / 1000 (PCM 48kHz / 24-bit stereo). Why: this page fixes the 48khz / 24-bit stereo pcm audio PCM profile so duration-to-size calculations stay tied to one explicit sample-rate, bit-depth, and channel layout.

Duration (hours): elapsed audio time in hours.

File size (GB): decimal gigabytes of storage, where 1 GB = 1,000,000,000 bytes.

This route is useful when estimating how much storage a recording will need under the fixed 48khz / 24-bit stereo pcm audio PCM profile.

This conversion is profile-based rather than universal: uncompressed PCM file size depends on sample rate, bit depth, and channel count, so mirror pages should keep the same recording profile to remain comparable.

Method & PCM Profile

  • Method basis: fixed PCM byte-rate estimate from sample rate, bit depth, and channel layout, then scaled by recording time at 0.288 MB/s.
  • Profile reference: 48kHz / 24-bit stereo PCM Audio (288,000 bytes/s; 0.288 MB/s PCM basis).
  • Consistency rule: snapshot, calculator, FAQ, and common-value rows all use the same fixed PCM profile and byte-rate estimate for this route.

Common Conversion Values

Duration (hours)File size (GB)
1 1.04
2 2.07
4 4.15
6 6.22
8 8.29
12 12.44
24 24.88

Questions & answers

Frequently Asked Questions

Which PCM settings are fixed for hours to gb?

Hours to GB uses 48000 Hz, 24-bit depth, and 2 channels for this profile.

How is the 17.28 MB per minute factor calculated for 48kHz / 24-bit stereo?

Bytes per second = 48000 × (24 / 8) × 2 = 288000 bytes/s. Using decimal MB (1 MB = 1,000,000 bytes), that is 0.288 MB/s or 17.28 MB/min.

How do I reverse h to GB for 48kHz / 24-bit stereo?

Use the opposite route for 48kHz / 24-bit stereo to convert file size (gb) back to duration (hours) with the same PCM assumptions.

Can hours to gb support storage budgeting?

Yes. Hours to GB is suitable for first-pass recording and archive estimates in PCM workflows.