FXMASTERINGLIMITER_PARAMETERS structure
Parameters for use with the FXMasteringLimiter XAPO.
Syntax
typedef struct FXMASTERINGLIMITER_PARAMETERS { UINT32 Release; UINT32 Loudness; } FXMASTERINGLIMITER_PARAMETERS;
Members
- Release
-
Speed, in milliseconds, at which the limiter stops affecting audio after the audio drops below the limiter's threshold, which is specified by the Loudness member. This value must be between FXMASTERINGLIMITER_MIN_RELEASE (1) and FXMASTERINGLIMITER_MAX_RELEASE (20) and defaults to FXMASTERINGLIMITER_DEFAULT_RELEASE (6).
- Loudness
-
Loudness metric threshold of the limiter. This value must be between FXMASTERINGLIMITER_MIN_LOUDNESS (1) and FXMASTERINGLIMITER_MAX_LOUDNESS (1800) and defaults to FXMASTERINGLIMITER_DEFAULT_LOUDNESS (1000).
Remarks
Platform Requirements
Windows 10 (XAudio2.9); Windows 8, Windows Phone 8 (XAudio 2.8); DirectX SDK (XAudio 2.7)
Requirements
|
Header |
|
|---|
See also