ESoundwaveSampleRateSettings

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

References

Module

AudioPlatformConfiguration

Header

/Engine/Source/Runtime/AudioPlatformConfiguration/Public/AudioCompressionSettings.h

Include

#include "AudioCompressionSettings.h"

Syntax

enum ESoundwaveSampleRateSettings
{
    Max,
    High,
    Medium,
    Low,
    Min,
    MatchDevice,
}

Values

Name

Description

Max

High

Medium

Low

Min

MatchDevice

Use this setting to resample soundwaves to the device's sample rate to avoid having to perform sample rate conversion at runtime.

Remarks

Copyright Epic Games, Inc. All Rights Reserved.

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