Skip to main content

ChromaVector

Type Alias ChromaVector 

Source
pub type ChromaVector = [f64; 12];
Expand description

A 12-element chroma feature vector. Uses f64 to match the C implementation which uses double throughout.