Class ALGraphicEqualizer.TALGraphicEqualizer
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: AudioLabPkg
Unit: ALGraphicEqualizer
Inherits: TALCommonFilter
Contents |
Syntax
Delphi:
type TALGraphicEqualizer = class( TALCommonFilter )
C++ Builder:
class TALGraphicEqualizer : public TALCommonFilter
Visual C++ (MFC):
class CTALGraphicEqualizer : public CTALCommonFilter
C# (.NET):
public ref class GraphicEqualizer : Mitov.AudioLab.CommonFilter
Summary
Graphic Audio Equalizer.
Description
Use this component to perform a Graphic Audio Equalizer over the audio.
Diagram:
Properties
Published
- Channels - Collection of Graphic Equalizer channels.
- WindowType - Windowing function to be used when calculating the filters of the Equalizer.
- Alpha - Adjustable parameter associated with some of the windowing equations.
- NumTaps - Number of Taps(Coefficients).