# ambisonic

> Returns true if this audio clip is ambisonic (read-only).

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.AudioModule

```csharp
public bool ambisonic { get; }
```

### Remarks

Corresponds to the ambisonic flag in the AudioClip's inspector.
