unreal.IplHrtfInterpolationMethod

class unreal.IplHrtfInterpolationMethod

Bases: EnumBase

EIpl Hrtf Interpolation Method

C++ Source:

  • Plugin: SteamAudio

  • Module: SteamAudio

  • File: PhononCommon.h

BILINEAR: IplHrtfInterpolationMethod

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

Type:

1

NEAREST: IplHrtfInterpolationMethod

Uses a nearest neighbor lookup - fast.

Type:

0