Version: 5.3 (switch to 5.4b)
ЯзыкEnglish
  • C#
  • JS

Язык программирования

Выберите подходящий для вас язык программирования. Все примеры кода будут представлены на выбранном языке.

AudioImporterSampleSettings

struct in UnityEditor

Предложить изменения

Успех!

Благодарим вас за то, что вы помогаете нам улучшить качество документации по Unity. Однако, мы не можем принять любой перевод. Мы проверяем каждый предложенный вами вариант перевода и принимаем его только если он соответствует оригиналу.

Закрыть

Ошибка внесения изменений

По определённым причинам предложенный вами перевод не может быть принят. Пожалуйста <a>попробуйте снова</a> через пару минут. И выражаем вам свою благодарность за то, что вы уделяете время, чтобы улучшить документацию по Unity.

Закрыть

Отменить

Руководство

Описание

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.
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.