SoundFieldAttributes
class SoundFieldAttributes
Configures a sound source to be played as an ambisonics sound field.
Ambisonic audio (or ambisonics) is like a skybox for audio, providing an immersive soundscape for your users. Ambisonic sounds must be in AmbiX format in first, second, or third order. For more information about playing ambisonics, see: Add ambisonic sound fields to your app.
Summary
Public constructors |
|---|
Public properties |
|
|---|---|
SpatializerConstants.AmbisonicsOrder |
The |
Public constructors
SoundFieldAttributes
Added in 1.0.0-alpha09
SoundFieldAttributes(order: SpatializerConstants.AmbisonicsOrder)
Public properties
order
Added in 1.0.0-alpha09
val order: SpatializerConstants.AmbisonicsOrder
The SpatializerConstants.AmbisonicsOrder of the sound to be played.