Click or drag to resize

Resampler Class

Utility class for resampling audio data.
Inheritance Hierarchy
SystemObject
  FM.IceLinkResampler

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The Resampler type exposes the following members.

Constructors
  NameDescription
Public methodResampler(Double)
Initializes a new instance of the Resampler class.
Public methodResampler(Int32, Int32)
Initializes a new instance of the Resampler class.
Top
Properties
  NameDescription
Public propertyStatic memberDefaultLowPassOrder
Gets or sets the default low pass order.
Public propertyFactor
Gets the resampling factor.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetOutputLength
Gets the length of the output given an input set.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodResample(DataBuffer, DataBuffer)
Resamples the given audio buffer.
Public methodResample(DataBuffer, DataBuffer, Boolean)
Resamples the given audio buffer.
Public methodToString (Inherited from Object.)
Top
See Also