Skip to content
Novus Examples
mp320 KB

Complaint call: codec mp3 32

A 5 second excerpt of this group's take, codec. Encoded and decoded through a real speech codec, so the artefacts are the ones the format actually produces rather than a simulation of them. Delivered as mp3 at 24000 Hz mono. Scored against plate.flac in the same group, which is the same five seconds undamaged. The parameters in the specification are what the file MEASURED, not what was requested of it.

Specifications

Utterance
complaint-call
Voice
bf_isabella
Speech Rate
0.95
Synthetic
true
Disclosure
Synthetic speech. Generated locally with a text-to-speech model from an authored script; not a recording of a real person, and no real customer, order or incident is described.
Schema Version
1
Sample Rate
24000
Channels
1
Codec
mp3
Duration Seconds
5
Role
ladder-variant
Variant
codec-mp3-32
Degradation
codec-roundtrip
Param Codec
mp3-32

Testing contract

Expected to pass
Scenario
Decode this variant and the clean plate in the same group, then measure the difference against the parameters recorded in its specs.
Expected result
It decodes to the same duration as the plate and differs from it by exactly what was applied: codec mp3, sampleRate 24000. The degradation was APPLIED rather than estimated, so the figure in the specs is the true answer and not a second measurement of it.

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

“Complaint call: codec mp3 32” is a deterministic Novus Examples fixture for ASR testing, Audio analysis, Media pipeline testing. Short synthetic digit/tone utterances with transcript JSON and clean↔noise pairs, for testing ASR loaders, WER harnesses, and audio preprocessing.

Documented properties for this file: ladder-variant · 24000 Hz · 1 ch. 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.

Run ASR on the clip and score the transcript against the documented ground-truth script; clips are short, synthetic, and read from a fixed word or digit sequence.

Code examples

<audio controls preload="none" src="codec-mp3-32.mp3"></audio>

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