Version: 5.3 (switch to 5.4b)
IdiomaEnglish
  • C#
  • JS

Idioma de script

Selecciona tu lenguaje de programación favorito. Todos los fragmentos de código serán mostrados en este lenguaje.

AudioImporterSampleSettings

struct in UnityEditor

Sugiere un cambio

¡Éxito!

Gracias por ayudarnos a mejorar la calidad de la documentación de Unity. A pesar de que no podemos aceptar todas las sugerencias, leemos cada cambio propuesto por nuestros usuarios y actualizaremos los que sean aplicables.

Cerrar

No se puedo enviar

Por alguna razón su cambio sugerido no pudo ser enviado. Por favor <a>intente nuevamente</a> en unos minutos. Gracias por tomarse un tiempo para ayudarnos a mejorar la calidad de la documentación de Unity.

Cerrar

Cancelar

Cambiar al Manual

Descripción

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.

Variables

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.