ambisonic
Whether the downloaded AudioClip is marked as ambisonic.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Networking
- Assembly: UnityEngine.UnityWebRequestAudioModule
public bool ambisonic { get; set; }
Remarks
When true, Unity treats the downloaded AudioClip as ambisonic audio. The project's ambisonic decoder plug-in then decodes the audio based on the orientation of the AudioSource and AudioListener.
You can set this property before accessing audioClip, or pass for the parameter in the constructor or UnityWebRequestMultimedia.GetAudioClip.
trueambisonicNote: Changing this after the AudioClip has been created has no effect.
For more information, refer to Ambisonic Audio.