Class ALGraphicEqualizer.TALGraphicEqualizer
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 45: | Line 45: | ||
== From [[Class ALCommonFilter.TALCommonFilter|TALCommonFilter]] == | == From [[Class ALCommonFilter.TALCommonFilter|TALCommonFilter]] == | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method function ALCommonFilter.TALCommonFilter.GetWaveFormat() : PALWaveFormatExtensible|function GetWaveFormat() : PALWaveFormatExtensible]] | ||
== Pins == | == Pins == |
Revision as of 17:20, 18 October 2012
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 TALGraphicEqualizer : Mitov.AudioLab.CommonFilter
Summary
Graphic Audio Equalizer.
Description
Use this component to perform a Graphic Audio Equalizer over the audio.
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.