spatialaudio-unity icon indicating copy to clipboard operation
spatialaudio-unity copied to clipboard

This repository provides plugins, tools and samples for integrating spatial audio and acoustics into your Unity 3D applications and games.

Results 4 spatialaudio-unity issues
Sort by recently updated
recently updated
newest added

This pull request adds the JSON schema for `cgmanifest.json`. ## FAQ ### Why? A JSON schema helps you to ensure that your `cgmanifest.json` file is valid. JSON schema validation is...

Per Unity's Terms of Service, Microsoft Mixed Reality UPM packages are currently not distributed via scoped registry. Please update the instructions on the readme to reference the Mixed Reality Feature...

When using the Microsoft Spatializer on desktop, I sometimes want to change my spatial sound mode between Windows Sonic, Dolby Atmos, and DTS. I've seen that once I play any...

enhancement

## Describe the bug Output and spectrum data do not exist while running on HoloLens 2. Sample of how we're using the two methods: ```csharp audioSource.GetOutputData(audioSamples, 0); audioSource.GetSpectrumData(audioSpectrum, 0, FFTWindow.BlackmanHarris);...

documentation