AEExpanderFilter.h File Reference
#import <Foundation/Foundation.h>
#import "TheAmazingAudioEngine.h"

Go to the source code of this file.

Classes

class  AEExpanderFilter
 An expander/noise gate filter. More...
 

Macros

#define AEExpanderFilterRatioGateMode   0
 

Enumerations

enum  AEExpanderFilterPreset { AEExpanderFilterPresetNone =-1, AEExpanderFilterPresetSmooth =0, AEExpanderFilterPresetMedium =1, AEExpanderFilterPresetPercussive =2 }
 Presets to use with the expander filter. More...
 

Macro Definition Documentation

#define AEExpanderFilterRatioGateMode   0

Enumeration Type Documentation

Presets to use with the expander filter.

Enumerator:
AEExpanderFilterPresetNone 

No preset.

AEExpanderFilterPresetSmooth 

A smooth-sounding preset with a gentle ratio.

AEExpanderFilterPresetMedium 

A medium-level preset with 1/8 ratio and 5ms attack.

AEExpanderFilterPresetPercussive 

A gate-mode preset with 1ms attack, good for persussive audio.