Minutes to MB for 176.4kHz / 24-bit mono PCM Audio
Snapshot
At 176.4kHz / 24-bit mono PCM, 15 minutes of audio needs about 476.28 MB. 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 176.4khz / 24-bit mono pcm audio PCM profile, anchored to 529,200 bytes/s.
- Example: For 1 minute, the 176.4kHz / 24-bit mono PCM Audio PCM estimate needs about 31.75 MB.
- 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
476.28 MB
SwitchMachine access
Available to apps and AI agents
Minutes to MB for 176.4kHz / 24-bit mono PCM Audio can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The 176-4khz-24bit-mono audio profile tells the conversion engine which audio settings belong to the calculation.
Machine-readable identifiers
- Conversion family
audio-file-size- Source unit
minute- Target unit
megabyte- Audio profile
176-4khz-24bit-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": 15,
"from": "minute",
"to": "megabyte",
"parameters": {
"profile": "176-4khz-24bit-mono"
}
}Essential response
{
"ok": true,
"conversion": {
"family": "audio-file-size",
"value": 15,
"from": "minute",
"to": "megabyte",
"result": {
"raw": 476.28000000000003,
"display": "476.28"
},
"canonicalPath": "/audio-file-size/minutes-to-megabytes-at-176-4khz-24bit-mono/"
}
}Explanation
Formula: MB = minutes x 60 x 0.5292 (PCM 176.4kHz / 24-bit mono). Why: this page fixes the 176.4khz / 24-bit mono pcm audio PCM profile so duration-to-size calculations stay tied to one explicit sample-rate, bit-depth, and channel layout.
Duration (minutes): elapsed audio time in minutes.
File size (MB): decimal megabytes of storage, where 1 MB = 1,000,000 bytes.
This route is useful when estimating how much storage a recording will need under the fixed 176.4khz / 24-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
| Duration (minutes) | File size (MB) |
|---|---|
| 1 | 31.75 |
| 2 | 63.5 |
| 5 | 158.76 |
| 10 | 317.52 |
| 15 | 476.28 |
| 30 | 952.56 |
| 45 | 1,428.84 |
| 60 | 1,905.12 |
| 90 | 2,857.68 |
Questions & answers
Frequently Asked Questions
Which PCM settings are fixed for minutes to mb?
Minutes to MB uses 176400 Hz, 24-bit depth, and 1 channels for this profile.
How is the 31.752 MB per minute factor calculated for 176.4kHz / 24-bit mono?
Bytes per second = 176400 × (24 / 8) × 1 = 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 min to MB for 176.4kHz / 24-bit mono?
Use the opposite route for 176.4kHz / 24-bit mono to convert file size (mb) back to duration (minutes) 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 minutes to mb support storage budgeting?
Yes. Minutes to MB is suitable for first-pass recording and archive estimates in PCM workflows.