Audio File SizeMegabytes to Seconds At 48khz 32bit Stereo

MB to seconds for 48kHz / 32-bit stereo PCM Audio

Snapshot

At 48kHz / 32-bit stereo PCM, 100 MB stores about 260.4 seconds 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 48khz / 32-bit stereo pcm audio PCM profile to turn storage budget back into recording time from 384,000 bytes/s.
  • Example: For 10 MB, the 48kHz / 32-bit stereo PCM Audio PCM estimate gives about 26 seconds 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

260.4 seconds

Switch

Machine access

Available to apps and AI agents

MB to seconds for 48kHz / 32-bit stereo PCM Audio can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The 48khz-32bit-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
second
Audio profile
48khz-32bit-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": 100,
  "from": "megabyte",
  "to": "second",
  "parameters": {
    "profile": "48khz-32bit-stereo"
  }
}

Essential response

{
  "ok": true,
  "conversion": {
    "family": "audio-file-size",
    "value": 100,
    "from": "megabyte",
    "to": "second",
    "result": {
      "raw": 260.4166666666667,
      "display": "260.4"
    },
    "canonicalPath": "/audio-file-size/megabytes-to-seconds-at-48khz-32bit-stereo/"
  }
}
Full API documentation

Explanation

Formula: seconds = MB / 0.384 (PCM 48kHz / 32-bit stereo). Why: this page fixes the 48khz / 32-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 (seconds): elapsed audio time in seconds.

This route is useful when estimating how much recording time fits into a storage budget under the fixed 48khz / 32-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.384 MB/s.
  • Profile reference: 48kHz / 32-bit stereo PCM Audio (384,000 bytes/s; 0.384 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 (seconds)
10 26
25 65.1
50 130.2
100 260.4
250 651
500 1,302.1

Questions & answers

Frequently Asked Questions

Which PCM settings are fixed for mb to seconds?

MB to seconds uses 48000 Hz, 32-bit depth, and 2 channels for this profile.

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

Bytes per second = 48000 × (32 / 8) × 2 = 384000 bytes/s. Using decimal MB (1 MB = 1,000,000 bytes), that is 0.384 MB/s or 23.04 MB/min.

How do I reverse MB to s for 48kHz / 32-bit stereo?

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

Can mb to seconds support storage budgeting?

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