Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.

Unity3D 2018.3 Windows Mixed Reality

Hello, I'd like to use the MS HRTF Spatializer which is included in the Windows Mixed Reality package visible from the Unity 2018.3 package manager. However I'm having difficulty adding the AudioSpatializer.cs component that comes with version 1.0.7 of Windows Mixed Reality to a AudioSource gameobject. It may be due to a name mismatch with the class. AudioSpatializer.cs contains a class named AudioSpatizlizerMicrosoft.

If this is not the right place to ask, can you please help me find where to ask?

Answers

  • A colleague with good ears mentioned this script no longer needs to be added to an AudioSource for Msft HRTF spatializer to work. I'm not sure the purpose of AudioSpatializer.cs still existing. Maybe it's just something legacy that didn't get cleaned up for the next version?

  • after setting the spatializer to MS HRTF, a script is available to change the room size. This script has not worked for a few years. This is the script referenced above

    In applying this script found here

    https://docs.microsoft.com/en-us/windows/mixed-reality/spatial-sound-in-unity

    changing the room size is still non-functional. Is this a bug? or a function that should just be removed. I want to set the room to none, but the playback is always the small room.

Sign In or Register to comment.