AudioResourceConfig
The configuration of com.pico.spatial.core.ecs.resource.AudioResource. This class is used to configure the audio resource with a mix group name which is hold by com.pico.spatial.core.ecs.resource.AudioMixerGroupResource which will be used by com.pico.spatial.core.ecs.AudioMixerGroupsComponent. The mixerGroupID can link com.pico.spatial.core.ecs.resource.AudioResource,com.pico.spatial.core.ecs.resource.AudioMixerGroupResource and com.pico.spatial.core.ecs.AudioMixerGroupsComponent together, so that user can control the volume and playbackRate of the audio resources as a group.
Parameters
The name of the mix group.
The ambisonics audio type of the current audio resource.
Constructors
Configuration class for com.pico.spatial.core.ecs.resource.AudioResource.
Properties
The ambisonics audio type of the audio resource.
Whether the audio resource should playback in loop mode.
The identifier of the mixer group to which this audio resource belongs.
Whether playback should begin at a random position within the audio resource's duration.