Skip to content
Novus Examples
flac94.2 KB

FLAC with Metadata Stripped

The matching FLAC reduced to STREAMINFO and the exact same audio frames, so metadata-removal tests can compare compressed essence byte for byte.

Specifications

Metadata
none (stripped)
Audio Frame Sha256
cd61143b0c4b7893ba2a5c12de6cd9bf85ae4f07c74082ce4c306c01da74634d
Twin
stripped

Testing contract

Expected to pass
Scenario
Verify metadata removal from the stripped FLAC without changing its underlying content.
Expected result
Find no descriptive metadata; compute audioFrame SHA-256 cd61143b0c4b7893ba2a5c12de6cd9bf85ae4f07c74082ce4c306c01da74634d, matching the full twin.

What is a .flac file?

FLAC (Free Lossless Audio Codec) compresses PCM audio losslessly, typically to about half the size of the original with no quality loss. It supports metadata tags, embedded cover art, and fast seeking. It is favored for archival and audiophile music libraries.

How to use this file

Use an example FLAC to test lossless decoding, verify bit-exact round-trips against source PCM, and exercise tag parsing and transcoding to lossy formats.

How to use this file for testing

“FLAC with Metadata Stripped” is a deterministic Novus Examples fixture for Metadata testing, Conversion testing. Images, audio, video, and documents with documented metadata paired with deliberately stripped versions, for verifying extraction, preservation, redaction, and privacy-scrubbing behavior.

Documented properties for this file: FLAC · 96,448 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="flac-stripped-metadata.flac"></audio>

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