Table of Contents

Enum AudioResamplerMethod

Namespace
VisioForge.Core.Types.X.AudioEffects
Assembly
VisioForge.Core.dll

Audio resampler method.

public enum AudioResamplerMethod

Fields

Nearest = 0

The nearest.

Linear = 1

The linear.

Cubic = 2

The cubic.

BlackmanNuttall = 3

The Blackman/Nuttall.

Kaiser = 4

The Kaiser.