Audio Metadata Viewer
Inspect ID3, Vorbis, FLAC and MP4 tags in your audio - artist, album, cover art, bitrate, codec, and more. Runs 100% in your browser.
Audio files carry more than just sound - ID3, Vorbis, FLAC, and MP4 containers embed tags for artist, album, track number, cover art, bitrate, and codec details. This viewer parses that metadata locally using the music-metadata library and displays every field it finds, including extracting embedded cover art you can save. It's a read-only inspector - if you want to remove tags instead of viewing them, use the Audio Metadata Remover.
Runs on your device. This tool processes your file inside this browser tab. Nothing is uploaded, so it also works offline once the page has loaded, and closing the tab discards the file from memory.
Loading tool
Details
- Category
- Audio
- Runs
- In your browser
- Files uploaded
- No
- Cost per run
- Free
- Sign-in
- Not required
- Works offline
- Yes, once loaded
Last updated 2026-08-12
Common questions
Supported formats?
MP3, FLAC, OGG, M4A/MP4, WAV, AIFF and more via music-metadata.
Cover art extraction?
Yes - embedded artwork is displayed and can be right-click saved.
Does it upload my audio file?
No - parsing happens entirely in your browser using music-metadata.
Can I edit the tags here?
This tool is read-only. To strip tags for privacy, use the Audio Metadata Remover instead.
Use this from your code
This tool is also a REST endpoint, so you can run it in a pipeline instead of by hand. Each call costs 1 credits and needs an API key. See the API reference for every parameter.
curl -X POST https://fileoven.com/api/v1/tools/audio-metadata \ -H "Authorization: Bearer sk_live_..." \ -F "file=@input.mp3"