Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/AudioPlatformConfiguration/Public/AudioCompressionSettings.h |
Include |
#include "AudioCompressionSettings.h" |
enum ESoundwaveSampleRateSettings
{
Max,
High,
Medium,
Low,
Min,
MatchDevice,
}
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. |
Copyright Epic Games, Inc. All Rights Reserved.