unreal.IplHrtfInterpolationMethod

class unreal.IplHrtfInterpolationMethod

Bases: unreal.EnumBase

EIpl Hrtf Interpolation Method

C++ Source:

  • Plugin: SteamAudio

  • Module: SteamAudio

  • File: PhononCommon.h

BILINEAR

Bilinearly interpolates the HRTF before processing. Slower, but can result in a smoother sound as the listener rotates.

Type

1

NEAREST

Uses a nearest neighbor lookup - fast.

Type

0