Understand the options for using ambisonic audio in Unity. Ambisonics are a type of audio that provide a representation of sound that can completely surround a listener.
| Topic | Description |
|---|---|
| Introduction to ambisonic audio | Understand how ambisonic audio works in Unity and how to select a decoder, import clips, and play them. |
| Develop an ambisonic audio decoder | Instructions for implementing an ambisonic decoder plug-inA set of code created outside of Unity that creates functionality in Unity. There are two kinds of plug-ins you can use in Unity: Managed plug-ins (managed .NET assemblies created with tools like Visual Studio) and Native plug-ins (platform-specific native code libraries). More info See in Glossary and registering it in Project SettingsA broad collection of settings which allow you to configure how Physics, Audio, Networking, Graphics, Input and many other areas of your project behave. More info See in Glossary. |