AudioImporterSampleSettings

struct in UnityEditor

Switch to Manual

Description

此结构包含一系列设置,可用于定义应该如何导入 AudioClip。

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

Variables

compressionFormatCompressionFormat 定义编码音频文件时使用的压缩类型。不同的压缩类型具有不同的性能和音频制品特征。
loadTypeLoadType 定义应该如何加载导入的 AudioClip 数据。
quality音频压缩质量 (0-1)压缩数量。该值与结果文件大小和源文件大小之间的比例值大致对应。
sampleRateOverride将 samplerateSetting 设置为 OverrideSampleRate 时要转换到的目标采样率。
sampleRateSetting定义如何修改(如果发生)所导入的音频文件的采样率。