Table of Contents

Class ChromaOptions

Namespace
AiDotNet.Audio.Features
Assembly
AiDotNet.dll

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

bool

NumOctaves

Gets or sets the number of octaves to include. Default is 7 (piano range).

public int NumOctaves { get; set; }

Property Value

int

TuningFrequency

Gets or sets the tuning frequency for A4. Default is 440 Hz (standard concert pitch).

public double TuningFrequency { get; set; }

Property Value

double