Hacker News new | past | comments | ask | show | jobs | submit login

Pretty much every third party sound library for games implements 3D audio support (commercial ones probably for the last 10 years or more) but in order to use more than just the spatial sound source location/user facing vector requires inputting the material types/locations/sizes/audio properties for everything in the game world (to calculate audio propagation loss/occlusion) and using a certain percentage of cycles per frame to this - not everyone chooses to dedicate this much work to audio or has the extra CPU cycles to do this after graphics/physics. Also they have to be able to support simulating the head transfer function via speaker (many possible configurations) or headphone so that's doubled or tripled the amount of QA for audio sfx instead of relying on a VR headset for a standard setup for VR, in addition to possibly adding some sort of customization for each individuals head transfer function. If your games don't really use it, it's because the developer didn't have the time/money/CPU budget for it because it probably wasn't a key feature.

Not sure what is different about Google's offering in VR space versus tradtional game audio engines here.




> Also they have to be able to support simulating the head transfer function via speaker ..

Do you mean head related transfer function ? As in https://en.wikipedia.org/wiki/Head-related_transfer_function ? HRTF would be practically impossible to do with speakers in a room.


yes, HRTF, just typing hastily. If one enables HRTF support for instance, as this quick googleing finds support in an eight year old query on FMOD, http://www.fmod.org/questions/question/forum-29423/ one needs to support/not support/test all the cases, with the HRTF enabled/disabled, user deciding to use headphones/speakers with whatever configuration they have. Maybe one will decide it sounds better with HRTF on with speakers or decide that's not a good idea and not allow it or not even support HRTF. It's up to whomever made the game to determine how to support whatever the user decides to use. So in the general case of games not just VR, one might have a console version and a PC version and may need to support headphones/2 speakers/multiple speaker set ups and enabling/disabling features on demand per configuration. So back to the original query this requires signficantly more QA/testing than supporting just HRTF with VR headphones.


More than impossible, it's the wrong thing. Speakers in a room don't move with your head when you turn it. By the time the sound gets to your ears, it's already had an HRTF applied - the natural one. The thing to go for there is wavefield synthesis, not any flavor of HRTF.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: