Class GenreFeatures
- Namespace
- AiDotNet.Audio.Classification
- Assembly
- AiDotNet.dll
Features extracted for genre classification.
public class GenreFeatures
- Inheritance
-
GenreFeatures
- Inherited Members
Properties
MfccMean
Mean of MFCC coefficients across time.
public required double[] MfccMean { get; init; }
Property Value
- double[]
MfccStd
Standard deviation of MFCC coefficients across time.
public required double[] MfccStd { get; init; }
Property Value
- double[]
RmsEnergy
RMS energy.
public double RmsEnergy { get; init; }
Property Value
SpectralCentroidMean
Mean spectral centroid.
public double SpectralCentroidMean { get; init; }
Property Value
SpectralCentroidStd
Standard deviation of spectral centroid.
public double SpectralCentroidStd { get; init; }
Property Value
SpectralRolloffMean
Mean spectral rolloff.
public double SpectralRolloffMean { get; init; }
Property Value
Tempo
Estimated tempo in BPM.
public double Tempo { get; init; }
Property Value
ZeroCrossingRate
Zero crossing rate.
public double ZeroCrossingRate { get; init; }