Ralith / oddio

Lightweight game audio
Apache License 2.0
150 stars 9 forks source link

HRTF stereo #7

Open Ralith opened 3 years ago

Ralith commented 3 years ago

Directional audio is currently accomplished with per-ear propagation delays and direction-dependent amplitude. Convolution with head-related transfer functions (HRTFs) reportedly provides a stronger sense of direction, at the cost of per-source FFT convolution. A fast FFT implementation will be needed, likely employed via the overlap-save method.