Class ChromaOptions
Options for chroma feature extraction.
public class ChromaOptions : AudioFeatureOptions
- Inheritance
-
ChromaOptions
- Inherited Members
Properties
Normalize
Gets or sets whether to L2-normalize each chroma frame. Default is true.
public bool Normalize { get; set; }
Property Value
NumOctaves
Gets or sets the number of octaves to include. Default is 7 (piano range).
public int NumOctaves { get; set; }
Property Value
TuningFrequency
Gets or sets the tuning frequency for A4. Default is 440 Hz (standard concert pitch).
public double TuningFrequency { get; set; }