ULoudnessNRT::GetChannelLoudnessAtTime

Get a specific channel loudness of the analyzed sound at a given time.

Windows
MacOS
Linux

References

Module

AudioSynesthesia

Header

/Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesia/Classes/LoudnessNRT.h

Include

#include "LoudnessNRT.h"

Source

/Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesia/Private/LoudnessNRT.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Audio Analyzer")
void GetChannelLoudnessAtTime
(
    const float InSeconds,
    const int32 InChannel,
    float & OutLoudness
) const

Remarks

Get a specific channel loudness of the analyzed sound at a given time.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss