Click or drag to resize
Accord.NET (logo)

BaseFilterFormatTranslations Property

Format translations dictionary.

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

Property Value

Type: DictionarySampleFormat, SampleFormat
The format translations.
Remarks
The dictionary defines which sample formats are supported for source signals and which sample format will be used for resulting signal.
See Also