Audio MIME Types List
Get a clean, copy-ready list of audio mime types for real-world development workflows.
Audio MIME types(12 audio MIME types)
Includes common web, mobile, and studio-friendly audio MIME types used in apps and APIs.
How to use this list
Use audio mime types in 3 steps
Takes ~5 seconds- 1Choose a format
Pick text, JSON, or HTML output.
- 2Copy or download
Use one-click copy or download the generated list.
- 3Apply in your workflow
Use in upload validation, API docs, test data, or tooling configs.
Common use cases
- Developers implementing file uploads and content-type validation
- QA engineers building media and document test matrices
- Platform teams standardizing MIME handling across services
Examples
Common MIME type entry.
audio/mpeg
audio/mpeg
Additional MIME type in the same list.
audio/ogg
audio/ogg
HTML output for select controls.
audio/mpeg
<option value="audio/mpeg">audio/mpeg</option>
Reliable Audio MIME types reference
This list helps teams keep audio mime types consistent across APIs, uploads, docs, and frontend experiences.
Audio MIME types split roughly into lossy compressed formats built for streaming (audio/aac, audio/mpeg, audio/opus), lossless formats for archival or editing (audio/flac, audio/wav), and the mobile/browser container types you'll see from recording APIs (audio/3gpp, audio/webm). This list gives you 12 real-world audio MIME types in copy-ready text, JSON, or HTML <option> format, so upload validation, <audio> playback checks, and processing pipelines reference the correct type for the quality and platform you're targeting.
Compressed streaming formats and lossless archival formats are both here, so you can pick based on quality needs, not guesswork.
- audio/aac, audio/mpeg, audio/opus (lossy)
- audio/flac, audio/wav (lossless)
- audio/midi, audio/x-midi (notes, not recorded sound)
Covers the container types you'll hit from mobile recording and browser APIs, not just desktop-era formats.
- audio/3gpp, audio/3gpp2
- audio/webm (MediaRecorder output)
- audio/mp4
Grab the list as plain text, a JSON array, or ready-to-paste HTML <option> tags.
- Plain text list
- JSON array
- HTML <option> tags
Matching audio MIME types to quality needs
The right audio type depends on whether you're optimizing for file size, quality, or compatibility.
- Serve audio/aac or audio/opus for compressed streaming, and audio/flac or audio/wav when lossless quality matters.
- Use audio/webm for audio captured with the browser's MediaRecorder API rather than guessing a codec-specific type.
- Treat audio/midi (and its audio/x-midi alias) separately from the rest — it stores notes and instrument instructions, not a compressed recording.
Frequently asked questions
What's the difference between audio/mpeg and audio/mp4?>
Is audio/wav a lossless format?>
What MIME type does browser-recorded audio use?>
Related Developer lists
Copy common application/* MIME types in text, JSON, or HTML format for API content negotiation, downloads, and file validation.
Copy a practical common MIME types list in text, JSON, or HTML format for uploads, APIs, validation, and content handling.
Copy all HTTP 2xx success codes in text, JSON, or HTML format for API docs, tests, and monitoring workflows, ready to paste.
Copy all HTTP 3xx redirect codes in text, JSON, or HTML format for API docs, tests, and monitoring workflows, ready to paste.
Copy all HTTP 4xx client error codes in text, JSON, or HTML format for API docs, tests, and monitoring workflows.
Copy all HTTP 5xx server error codes in text, JSON, or HTML format for API docs, tests, and monitoring workflows.
Copy a clean http request methods list (GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS, TRACE, CONNECT) in text, JSON, or HTML for API docs and tooling.
Copy the complete IANA-registered HTTP status codes list in text, JSON, or HTML format for APIs, docs, testing, and observability workflows.
Copy common image MIME types in text, JSON, or HTML format for upload validation, image processing, and media tooling.
Copy common video MIME types in text, JSON, or HTML format for upload policies, streaming workflows, and player support checks.