Rendering Ambisonics
Select the atmoky Ambisonic Decoder Plugin
To use the atmoky Ambisonic Decoder plug-in in your Unity Project, go to Edit -> Project Settings -> Audio
and select atmokyAmbisonicDecoder under Ambisonic Decoder Plugin
.
Add an Ambisonic Source
- Import an ambisonic audio clip into your Unity Project.
- In the Inspector window for the audio clip, enable
Ambisonic
. - Add an
Audio Source
and assign the ambisonic audio clip into theAudioClip
field. - Disable
Spatialize
. When you play an ambisonic audio clip, the atmokyAmbisonicDecoder will automatically spatialize it.
See the Unity Ambisonic Audio Documentation for more information.