Class SpectralFeatureOptions
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
RolloffPercentage
Gets or sets the rolloff percentage (0-1). Default is 0.85 (85th percentile).
public double RolloffPercentage { get; set; }