SoundFieldAttributes


public final 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 methods

final int

The SpatializerConstants.AmbisonicsOrder of the sound to be played.

Public constructors

SoundFieldAttributes

Added in 1.0.0-alpha07
public SoundFieldAttributes(int order)

Public methods

getOrder

Added in 1.0.0-alpha07
public final int getOrder()

The SpatializerConstants.AmbisonicsOrder of the sound to be played.