Click or drag to resize
Accord.NET (logo)

BaseAudioFeatureExtractorTFeatureSupportedFormats Property

Gets the list of signal sample formats that are supported by this extractor. The extractor will check whether the sample format of any provided signals are in this list to determine whether the signal can be processed or not.

Namespace:  Accord.Audio
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public ISet<SampleFormat> SupportedFormats { get; }
Request Example View Source

Property Value

Type: ISetSampleFormat
See Also