Audio File SizeMegabytes to Minutes At 88 2khz 24bit Stereo

MB to minutes for 88.2kHz / 24-bit stereo PCM Audio

Snapshot

At 88.2kHz / 24-bit stereo PCM, 250 MB stores about 7.87 minutes of audio. 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 88.2khz / 24-bit stereo pcm audio PCM profile to turn storage budget back into recording time from 529,200 bytes/s.
  • Example: For 25 MB, the 88.2kHz / 24-bit stereo PCM Audio PCM estimate gives about 0.79 minutes of recording time.
  • 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

7.87 minutes

Switch

Machine access

Available to apps and AI agents

MB to minutes for 88.2kHz / 24-bit stereo PCM Audio can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The 88-2khz-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
megabyte
Target unit
minute
Audio profile
88-2khz-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": 250,
  "from": "megabyte",
  "to": "minute",
  "parameters": {
    "profile": "88-2khz-24bit-stereo"
  }
}

Essential response

{
  "ok": true,
  "conversion": {
    "family": "audio-file-size",
    "value": 250,
    "from": "megabyte",
    "to": "minute",
    "result": {
      "raw": 7.8735197782816835,
      "display": "7.87"
    },
    "canonicalPath": "/audio-file-size/megabytes-to-minutes-at-88-2khz-24bit-stereo/"
  }
}
Full API documentation

Explanation

Formula: minutes = MB / (0.5292 x 60) (PCM 88.2kHz / 24-bit stereo). Why: this page fixes the 88.2khz / 24-bit stereo pcm audio PCM profile so duration-to-size calculations stay tied to one explicit sample-rate, bit-depth, and channel layout.

File size (MB): decimal megabytes of storage, where 1 MB = 1,000,000 bytes.

Duration (minutes): elapsed audio time in minutes.

This route is useful when estimating how much recording time fits into a storage budget under the fixed 88.2khz / 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 inverted to recover recording time from storage size at 0.5292 MB/s.
  • Profile reference: 88.2kHz / 24-bit stereo PCM Audio (529,200 bytes/s; 0.5292 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

File size (MB)Duration (minutes)
25 0.79
50 1.57
100 3.15
250 7.87
500 15.75
1,000 31.49

Questions & answers

Frequently Asked Questions

Which PCM settings are fixed for mb to minutes?

MB to minutes uses 88200 Hz, 24-bit depth, and 2 channels for this profile.

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

Bytes per second = 88200 × (24 / 8) × 2 = 529200 bytes/s. Using decimal MB (1 MB = 1,000,000 bytes), that is 0.5292 MB/s or 31.752 MB/min.

How do I reverse MB to min for 88.2kHz / 24-bit stereo?

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

Where does the 0.5292 MB/s factor come from?

It is the raw PCM byte rate converted to decimal megabytes: 529200 bytes/s ÷ 1,000,000 = 0.5292 MB/s.

Can mb to minutes support storage budgeting?

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