Skip to content
Novus Examples
mp367.6 KB

ID3-tagged MP3 (title / artist / album)

An MP3 with a full set of ID3v2.3 tags (title, artist, album, date, genre, comment) over a synthetic C-major melody. A fixture for testing tag readers, metadata editors, and music-library importers.

Specifications

Codec
MP3 (LAME)
Bitrate
192 kbps CBR
Id3
v2.3
Tags
title, artist, album, date, genre, comment

What is a .mp3 file?

MP3 (MPEG-1 Audio Layer III) is a lossy audio format using perceptual coding to discard inaudible detail at a chosen bitrate. It is extremely widely supported and commonly carries ID3 metadata tags for title, artist, and cover art. It remains a default for music distribution and playback.

How to use this file

Use an example MP3 to test audio decoders, ID3 tag parsing, bitrate and VBR handling, and transcoding or streaming pipelines.

How to use this file for testing

“ID3-tagged MP3 (title / artist / album)” is a deterministic Novus Examples fixture for Audio analysis, Conversion testing. Pure tones, sweeps, and noise with known frequencies and levels for testing spectrum, level, and waveform tools.

Documented properties for this file: MP3 · 69,237 bytes. Compare results against paired or grouped companions on this page when present (clean↔damaged, searchable↔scanned, or format twins) so scores stay reproducible across runs.

Download the file once, keep the path stable in CI or local scripts, and treat the spec table as the contract: dimensions, seeds, field lists, and roles are intentional. Corrupt or invalid samples are labelled as such — expect parsers to fail loudly rather than silently accept them.

Media fixtures are short and synthetic by design. Prefer waveform or transcript ground truth in the same group when measuring ASR, trim, upscale, or sync tools; do not assume broadcast-quality masters.

Code examples

<audio controls preload="none" src="tagged-track.mp3"></audio>

Generated by generation/audio_realistic.py. Free for any use, no attribution required — license.