C# Class AcoustID.Chromaprint.FingerprinterConfiguration

TODO: Update summary.
Mostrar archivo Open project: wo80/AcoustID.NET Class Usage Examples

Protected Properties

Property Type Description
kChromaFilterCoefficients double[]
m_classifiers AcoustID.Chromaprint.Classifier[]
m_filter_coefficients double[]
m_interpolate bool
m_remove_silence bool
m_silence_threshold int

Public Methods

Method Description
CreateConfiguration ( AcoustID.Chromaprint.ChromaprintAlgorithm algorithm ) : FingerprinterConfiguration

Method Details

CreateConfiguration() public static method

public static CreateConfiguration ( AcoustID.Chromaprint.ChromaprintAlgorithm algorithm ) : FingerprinterConfiguration
algorithm AcoustID.Chromaprint.ChromaprintAlgorithm
return FingerprinterConfiguration

Property Details

kChromaFilterCoefficients protected_oe static_oe property

protected static double[] kChromaFilterCoefficients
return double[]

m_classifiers protected_oe property

protected Classifier[],AcoustID.Chromaprint m_classifiers
return AcoustID.Chromaprint.Classifier[]

m_filter_coefficients protected_oe property

protected double[] m_filter_coefficients
return double[]

m_interpolate protected_oe property

protected bool m_interpolate
return bool

m_remove_silence protected_oe property

protected bool m_remove_silence
return bool

m_silence_threshold protected_oe property

protected int m_silence_threshold
return int