Skip to main content

Module pipeline

Module pipeline 

Source
Expand description

The full featurization pipeline: compile → render → vet → normalize → extract. One render serves the vet report, the features, and (upstream in the session layer) the audition buffer — the vetting gate’s “no candidate is ever played live unvetted” is enforced here by construction.

Structs§

Features
Everything the taste model and audition path need for one candidate.
VettedCandidate
A vetted, loudness-normalized render plus its features — the single artifact one candidate costs.

Enums§

FeaturizeError
Why featurization rejected a candidate.

Constants§

TARGET_LUFS
Target integrated loudness for audition and feature extraction.

Functions§

featurize
Run the full pipeline for one term.