Table of Contents

Enum ChebyshevBandPassRejectAudioEffectMode

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

Specifies the operating mode for the Chebyshev band-pass/band-reject filter.

public enum ChebyshevBandPassRejectAudioEffectMode

Fields

BandPass = 0

Band-pass mode. Only frequencies within the specified band are allowed through; all others are attenuated.

BandReject = 1

Band-reject (notch) mode. Frequencies within the specified band are attenuated; all others pass through.