MB to minutes for 96kHz / 32-bit mono PCM Audio
Snapshot
At 96kHz / 32-bit mono PCM, 250 MB stores about 10.85 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 96khz / 32-bit mono pcm audio PCM profile to turn storage budget back into recording time from 384,000 bytes/s.
- Example: For 25 MB, the 96kHz / 32-bit mono PCM Audio PCM estimate gives about 1.09 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
10.85 minutes
SwitchMachine access
Available to apps and AI agents
MB to minutes for 96kHz / 32-bit mono PCM Audio can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The 96khz-32bit-mono 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
96khz-32bit-mono
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/convertRequest
{
"family": "audio-file-size",
"value": 250,
"from": "megabyte",
"to": "minute",
"parameters": {
"profile": "96khz-32bit-mono"
}
}Essential response
{
"ok": true,
"conversion": {
"family": "audio-file-size",
"value": 250,
"from": "megabyte",
"to": "minute",
"result": {
"raw": 10.850694444444445,
"display": "10.85"
},
"canonicalPath": "/audio-file-size/megabytes-to-minutes-at-96khz-32bit-mono/"
}
}Explanation
Formula: minutes = MB / (0.384 x 60) (PCM 96kHz / 32-bit mono). Why: this page fixes the 96khz / 32-bit mono 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 96khz / 32-bit mono 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.
Common Conversion Values
| File size (MB) | Duration (minutes) |
|---|---|
| 25 | 1.09 |
| 50 | 2.17 |
| 100 | 4.34 |
| 250 | 10.85 |
| 500 | 21.7 |
| 1,000 | 43.4 |
Questions & answers
Frequently Asked Questions
Which PCM settings are fixed for mb to minutes?
MB to minutes uses 96000 Hz, 32-bit depth, and 1 channels for this profile.
How is the 23.04 MB per minute factor calculated for 96kHz / 32-bit mono?
Bytes per second = 96000 × (32 / 8) × 1 = 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 min for 96kHz / 32-bit mono?
Use the opposite route for 96kHz / 32-bit mono to convert duration (minutes) back to file size (mb) with the same PCM assumptions.
Where does the 0.384 MB/s factor come from?
It is the raw PCM byte rate converted to decimal megabytes: 384000 bytes/s ÷ 1,000,000 = 0.384 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.