UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition BufferOnePoleLPF.h:14
Definition EarlyReflectionsFast.h:42
static SIGNALPROCESSING_API const float MinPreDelay
Definition EarlyReflectionsFast.h:49
SIGNALPROCESSING_API void ProcessAudio(const FAlignedFloatBuffer &InSamples, const int32 InNumChannels, FAlignedFloatBuffer &OutLeftSamples, FAlignedFloatBuffer &OutRightSamples)
Definition EarlyReflectionsFast.cpp:158
static SIGNALPROCESSING_API const FEarlyReflectionsFastSettings DefaultSettings
Definition EarlyReflectionsFast.h:57
SIGNALPROCESSING_API void FlushAudio()
Definition EarlyReflectionsFast.cpp:224
static SIGNALPROCESSING_API const float MaxDecay
Definition EarlyReflectionsFast.h:52
static SIGNALPROCESSING_API const float MinBandwidth
Definition EarlyReflectionsFast.h:51
static SIGNALPROCESSING_API const float MaxPreDelay
Definition EarlyReflectionsFast.h:48
static SIGNALPROCESSING_API const float MaxAbsorption
Definition EarlyReflectionsFast.h:54
static SIGNALPROCESSING_API const float MaxGain
Definition EarlyReflectionsFast.h:46
static SIGNALPROCESSING_API void ClampSettings(FEarlyReflectionsFastSettings &InOutSettings)
Definition EarlyReflectionsFast.cpp:77
static SIGNALPROCESSING_API const float MinAbsorption
Definition EarlyReflectionsFast.h:55
static SIGNALPROCESSING_API const float MinGain
Definition EarlyReflectionsFast.h:47
SIGNALPROCESSING_API void SetSettings(const FEarlyReflectionsFastSettings &InSettings)
Definition EarlyReflectionsFast.cpp:101
static SIGNALPROCESSING_API const float MaxBandwidth
Definition EarlyReflectionsFast.h:50
static SIGNALPROCESSING_API const float MinDecay
Definition EarlyReflectionsFast.h:53
SIGNALPROCESSING_API ~FEarlyReflectionsFast()
Definition EarlyReflectionsFast.cpp:73
Definition FeedbackDelayNetwork.h:48
Definition IntegerDelay.h:15
NO_LOGGING.
Definition AudioMixerPlatformAndroid.cpp:53
Definition EarlyReflectionsFast.h:15
SIGNALPROCESSING_API bool operator==(const FEarlyReflectionsFastSettings &Other) const
Definition EarlyReflectionsFast.cpp:28
float Bandwidth
Definition EarlyReflectionsFast.h:23
float Gain
Definition EarlyReflectionsFast.h:17
SIGNALPROCESSING_API bool operator!=(const FEarlyReflectionsFastSettings &Other) const
Definition EarlyReflectionsFast.cpp:39
float Absorption
Definition EarlyReflectionsFast.h:29
float Decay
Definition EarlyReflectionsFast.h:26
float PreDelayMsec
Definition EarlyReflectionsFast.h:20
SIGNALPROCESSING_API FEarlyReflectionsFastSettings()
Definition EarlyReflectionsFast.cpp:20
Definition FeedbackDelayNetwork.h:33