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.
- Vetted
Candidate - A vetted, loudness-normalized render plus its features — the single artifact one candidate costs.
Enums§
- Featurize
Error - 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.