Version: 2022.3
언어: 한국어

AudioImporterSampleSettings

struct in UnityEditor

매뉴얼로 전환

설명

This structure contains a collection of settings used to define how an AudioClip should be imported.

This structure is used with the AudioImporter to define how the AudioClip should be imported and treated during loading within the Scene.

변수

compressionFormatCompressionFormat defines the compression type that the audio file is encoded to. Different compression types have different performance and audio artifact characteristics.
loadTypeLoadType defines how the imported AudioClip data should be loaded.
preloadAudioDataPreloads audio data of the clip when the clip asset is loaded. When this flag is off, scripts have to call AudioClip.LoadAudioData() to load the data before the clip can be played. Properties like length, channels and format are available before the audio data has been loaded.
qualityAudio compression quality (0-1)Amount of compression. The value roughly corresponds to the ratio between the resulting and the source file sizes.
sampleRateOverrideTarget sample rate to convert to when samplerateSetting is set to OverrideSampleRate.
sampleRateSettingDefines how the sample rate is modified (if at all) of the importer audio file.