Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AudioCompressionFormat

An enum containing different compression types.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AudioModule
public enum AudioCompressionFormat

Remarks

This enum is used within the AudioImporter to define what type of compression will be used for an imported AudioClip.

Fields

Value

Description

AACAAC Audio Compression.
ADPCMAdaptive differential pulse-code modulation.
ATRAC9Sony proprietary hardware format.
GCADPCMNintendo ADPCM audio compression format.
HEVAGSony proprietory hardware codec.
MP3MPEG Audio Layer III.
PCMUncompressed pulse-code modulation.
VAGSony proprietary hardware format.
VorbisVorbis compression format.
XMAXbox One proprietary hardware format.