jarikomppa / soloud

Free, easy, portable audio engine for games
http://soloud-audio.com
Other
1.75k stars 272 forks source link

hrtf support in SoLoud #204

Open brightening-eyes opened 5 years ago

brightening-eyes commented 5 years ago

hi,

Expected behavior: a feature OpenAL, fmod, and some other libs have it. it is good to have support for it.

Actual behavior: SoLoud doesn't support this, since it doesn't support fir and iir filters

Steps to reproduce the problem: this is a feature which should be implemented here, here is the description in Wikipedia since this seems somehow heavy for some systems, having a flag in the Soloud::init function to enable it would be fine as well. also, another thing that came to my mind is expose this as filters. since it should load some hrtf data (in files maybe) for room effect etc.

SoLoud version, operating system, backend used, any other potentially useful information:

brightening-eyes commented 4 years ago

hi, here is a dataset for hrtf impulses. maybe it is good to generate a c file from it and compile it. this won't force users to have them.

sanslash332 commented 1 year ago

It will be awesome if the library can implement this. On the description sais that has 3d sound support ¿but is just for multy speackers setups? or is included with hrtf configurations?

Green-Sky commented 1 year ago

i suppose this issue depends a bit on #167

sanslash332 commented 1 year ago

Yep, these are related.

The sad is both never got news on these years.