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.
Code examples
<audio controls preload="none" src="tagged-track.mp3"></audio>Related files
- wav1 kHz Tone @ 16000 Hz Sample Rate (WAV)A 1 kHz sine tone sampled at 16000 Hz — part of a sample-rate ladder (8/16/44.1/48/96 kHz) of the identical tone, for testing resampling, sample-rate detection, and aliasing.

- wav1 kHz Tone @ 44100 Hz Sample Rate (WAV)A 1 kHz sine tone sampled at 44100 Hz — part of a sample-rate ladder (8/16/44.1/48/96 kHz) of the identical tone, for testing resampling, sample-rate detection, and aliasing.

- wav1 kHz Tone @ 48000 Hz Sample Rate (WAV)A 1 kHz sine tone sampled at 48000 Hz — part of a sample-rate ladder (8/16/44.1/48/96 kHz) of the identical tone, for testing resampling, sample-rate detection, and aliasing.

- wav1 kHz Tone @ 8000 Hz Sample Rate (WAV)A 1 kHz sine tone sampled at 8000 Hz — part of a sample-rate ladder (8/16/44.1/48/96 kHz) of the identical tone, for testing resampling, sample-rate detection, and aliasing.

- wav1 kHz Tone @ 96000 Hz Sample Rate (WAV)A 1 kHz sine tone sampled at 96000 Hz — part of a sample-rate ladder (8/16/44.1/48/96 kHz) of the identical tone, for testing resampling, sample-rate detection, and aliasing.

- wav440 Hz Tone @ 16-bit (WAV)A 440 Hz sine tone stored as 16-bit PCM — part of a bit-depth ladder (8/16/24-bit) of the identical tone, for testing bit-depth conversion, dithering, and quantisation-noise handling.

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