Felipe

Results 54 comments of Felipe

@The-King-of-Toasters Hi, did you manage to make it load at the time or still not loading?

@SystemShocker287 Hopefully you were able to fix the resolution issue, if you have further problems about this you can open a discussion on https://github.com/LAGonauta/MetaAudio/discussions

> And really, even if we couldn't do HRTF anymore (we can), would that really be a loss? Yes, it would. DPLII is not so bad on encoding surround information...

> I really don't know what i'm talking about here but, let's list the cases: > -If your sound card/device supported HRTF at software level, then it would also add...

Maybe they are just adding some reverb if you send stereo sound, and try to virtualize two front speakers? No idea. They are not fake surround, they are virtualized surround...

I wouldn't say better as they are not customizable ;) The API I talked about: https://docs.microsoft.com/en-us/windows/win32/api/spatialaudioclient/nn-spatialaudioclient-ispatialaudioclient If this API is required to make virtualisation work correctly the current WASAPI backend...

Maybe I should lurk in the dev channel more, then ;) Not using OpenAL because it is old would be the same thing as saying that one should not use...

Yes, Dolphin uses only the streaming part of the OpenAL API, however I disagree that old is automatically bad. Why one should spend unnecessary development time with Vulkan if OpenGL...

24-bit should be supported from the get go, but I see that there is probably a bug somewhere. It used to work, so I must have broken it along the...

I see that the 24-bit sound files are stereo. If you convert them all to mono they should work. OpenAL doesn't spatializes stereo audio, SvenCoop/FMOD may downmix it to mono...