> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# FXLOUDNESS_PARAMETERS

> FXLOUDNESS_PARAMETERS

# FXLOUDNESS\_PARAMETERS

Loudness parameters for the FXLoudness FXAPO, used with IXAPOParameters::SetParameters.

## Syntax

```cpp theme={null}
typedef struct FXLOUDNESS_PARAMETERS {  
    double MomentaryLUFS;  
    double ShortTermLUFS;  
    double IntegratedLUFS;  
    double RangeHigh;  
    double RangeLow;  
    float TruePeak;  
} FXLOUDNESS_PARAMETERS  
```

### Members

*MomentaryLUFS*\
Type: double

Momentary loudness in LUFS.

*ShortTermLUFS*\
Type: double

Short-term loudness in LUFS.

*IntegratedLUFS*\
Type: double

Integrated loudness in LUFS.

*RangeHigh*\
Type: double

High end of the loudness range in LUFS.

*RangeLow*\
Type: double

Low end of the loudness range in LUFS.

*TruePeak*\
Type: float

Peak of the loudness range in decibels.

## Remarks

Loudness Units relative to Full Scale (LUFS) is a synonym for Loudness, K-weighted, relative to Full Scale (LKFS). LUFS was introduced in EBU R128. Each LUFS unit is 1 dB. Loudness supports only FLOAT32 audio format at 48 kHz.

You can insert this optional loudness metering effect using the *CreateFX* API. It allows you to track the loudness level of different voices. The loudness data is reported through Performance Investigator for XBOX (PIX).

<Note>PIX is installed only on developer kits and not on retail consoles.</Note>

## Requirements

**Header:** xaudio2xbox.h

**Supported platforms:** XBOX One family consoles and XBOX Series consoles

## Conceptual documentation

* [XAudio2 Overview](/build/console-features/audio/overviews/xaudio2-overview)

## See also

[Getting started with XAudio2](https://learn.microsoft.com/windows/win32/xaudio2/getting-started?redirectedfrom=MSDN)\
[PIX](/tools/tools-console/pix/pix)\
[xaudio2xbox](/reference/audio/xaudio2xbox/xaudio2xbox_members)


## Related topics

- [PIXCaptureParameters](/reference/tools/pix3/structs/pixcaptureparameters.md)
- [XDspActivationParameters](/reference/audio/xdspaudio/structs/xdspactivationparameters.md)
- [XApuConnectInputParameters](/reference/audio/xapu/structs/xapuconnectinputparameters.md)
- [XApuConnectOutputParameters](/reference/audio/xapu/structs/xapuconnectoutputparameters.md)
- [GetRequiredParameterResourceSize](/reference/graphics/d3d12/interfaces/id3d12metacommand/methods/id3d12metacommand_getrequiredparameterresourcesize_public.md)
