Skip to content

Api > AudioClipLoadType


AudioClipLoadType⚓︎

Determines how the audio clip is loaded in.

Elements⚓︎

Element Description
AudioClipLoadType.CompressedInMemory The audio data of the clip will be kept in memory in compressed form.
AudioClipLoadType.DecompressOnLoad The audio data is decompressed when the audio clip is loaded.
AudioClipLoadType.Streaming Streams audio data from disk.