-
-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for (custom) HRTF #303
Comments
This needs to be implemented first: https://learn.microsoft.com/en-us/windows/win32/api/hrtfapoapi/nf-hrtfapoapi-createhrtfapo |
Does hrtfapo support custom HRTF though? From what I've seen, it just loads some binary/encrypted HRTF files that sound awful (I think it's what Windows Sonic uses) from the system folder and I don't know if they can be edited/replaced (maybe buying and selecting Dolby Atmos for Headphones, its personalized HRTF beta or DTS Headphone:X)
Also, didn't FAudio already support OpenAL Soft output at some point or did it replace it in FNA? |
FAudioDevice wasn't eventually implemented, it was always there to begin with (hell, it was there 15 years ago). With the same token the libsceaudio3d/libAudio3d backend should have something to do with Aureal, lol.
Never, you are perhaps thinking of wine implementing xaudio2_7 on top of openal before 4.3. |
Having a HRTF would allow more accurate hearing of the sound origins. OpenAL-soft allows supplying a custom HRTF to fine tune the HRTF to your own head.
This might be related to #42.
The text was updated successfully, but these errors were encountered: