Class ALDynamicRangeCompressor.TALDynamicRangeCompressor
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(5 intermediate revisions by one user not shown) | |||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' DynamicRangeCompressor : [[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: ALDynamicRangeCompressor
Inherits: TALCommonFilter
Contents |
Syntax
Delphi:
type TALDynamicRangeCompressor = class( TALCommonFilter )
C++ Builder:
class TALDynamicRangeCompressor : public TALCommonFilter
Visual C++ (MFC):
class CTALDynamicRangeCompressor : public CTALCommonFilter
C# (.NET):
public ref class DynamicRangeCompressor : Mitov.AudioLab.CommonFilter
Summary
Dynamically adjusts the amplification of the audio.
Description
Use this component to dynamically adjusts the amplification of the audio. This makes the audio to sound with the same amplitude over time.
Diagram:
Properties
Published
- Threshold - Specifies the dynamic range threshold.
- Gain - Specifies the gain of the compressor in dB.
- CompressRatio - Specifies the dynamic range compression factor.
- Attack - Specifies the attack of the compressor.
- Release - Specifies how quickly to decay.
- MixCoefficient - Specifies how much of the compression signal is mixed with the uncompressed signal.