Class ALGraphicEqualizer.TALGraphicEqualizer
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(2 intermediate revisions by one user not shown) | |||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' GraphicEqualizer : [[Class ALCommonFilter.TALCommonFilter|Mitov.AudioLab.CommonFilter]] |
</code> | </code> | ||
== Summary == | == Summary == |
Latest revision as of 00:30, 26 June 2013
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).