Table of Contents

Class SpectralFeatureOptions

Namespace
AiDotNet.Audio.Features
Assembly
AiDotNet.dll

Options for spectral feature extraction.

public class SpectralFeatureOptions : AudioFeatureOptions
Inheritance
SpectralFeatureOptions
Inherited Members

Properties

FeatureTypes

Gets or sets which spectral features to extract. Default is Basic (centroid, bandwidth, rolloff, flux, flatness).

public SpectralFeatureType FeatureTypes { get; set; }

Property Value

SpectralFeatureType

RolloffPercentage

Gets or sets the rolloff percentage (0-1). Default is 0.85 (85th percentile).

public double RolloffPercentage { get; set; }

Property Value

double