Open HifiExperiments opened 7 months ago
I would agree. Stereo could be rendered as 2 Mono Channels so the azimuth, distance and gain would have to be computed for both channels. Right now Mono plays from the center of the entity. Stereo would be offset to the left and right +/- some value from the center. AudioHRTF.h and AudioHRTF.cpp would have to be updated so support stereo Rendering
if you are wearing headphones, sounds will spatialize, i.e. a sound to your right will sound louder in your right ear than your left. but this only works for some sounds.
this one spatializes: http://silverfish-freestuff.s3.amazonaws.com/TestStuff/SoundEntities/dtmf2.mp3
but these two don't: https://files.freemusicarchive.org/storage-freemusicarchive-org/music/no_curator/Scott_Holmes/Inspiring__Upbeat_Music/Scott_Holmes_-_04_-_Upbeat_Party.mp3 https://brainstormer.s3.us-west-2.amazonaws.com/Sounds/Balloon+Popping-SoundBible.com-1247261379.wav
this affects both sound entities and the old audio injectors:
this is probably related to this block of code in AudioClient.cpp:
if the comments are to be believed, ambisonic and positional mono sounds spatialize, but stereo sounds only ever mix directly.