CompressorSoundEffect

Mostrar obsoleto

A compressor is used to reduce the dynamic range of audio by moving the highs and lows of a signal closer together. It does this by lowering the volume of the highest parts of a source while at the same time raising the overall volume. This type of effect is useful when you have many sounds playing and you want to make sure the quieter ones are still audible. This effect can be applied to either an individual Sound or SoundGroup by parenting it to the desired instance.

A compressor has several properties which determine how it works. The CompressorSoundEffect.Threshold is the audio level where the compressor will start to lower the volume. As soon as the source goes below the threshold, the compressor will stop lowering the volume.

The CompressorSoundEffect.Attack determines how long it takes for the compressed effect to fully apply. After the threshold has been crossed the compressor will lower the volume over time until the desired ratio has been reached. It will take the time specified by Attack to reach this ratio.

The CompressorSoundEffect.Release determines how long it takes for the compressor to remove its effect. After the volume of the source is under the threshold, the compressor will restore the volume back to the original over the time specified by Release.

Along with lowering the volume when the sound has passed the threshold, a compressor will also amplify the entire sound (after any threshold lowering has taken effect). This allows quieter sounds to be amplified while louder sounds can stay about the same. The CompressorSoundEffect.GainMakeup determines how much the effect amplifies the sound.

Resumo

Propriedades

  • ler parallel

    The time the effect takes to become active after its Threshold has be reached.

  • ler parallel

    The overall amplification applied to the effect’s Sound or SoundGroup after attenuation of sounds above the threshold.

  • ler parallel

    The ratio between the CompressorSoundEffect.SideChain sound effect, and this sound effect.

  • ler parallel

    The time the effect takes to become inactive after its sound is below the Threshold.

  • ler parallel

    Applies a ducking effect to the compressor sound effect. The behavior of the sidechain depends on the Sound or SoundGroup linked to it.

  • ler parallel

    Volume level at which point the compressor applies its effect.

Propriedades herdados de SoundEffect
  • ler parallel

    Toggles the effect on and off.

  • ler parallel

    Determines the order the effect will be applied in relation to other effects.

Propriedades

Attack

ler parallel

Range: 0.1 to 1 (default 0.1) The time the effect takes to become active after its Threshold has be reached. Measured in seconds.

GainMakeup

ler parallel

Range: 0 to 30 (default 0) The overall amplification applied to the effect's Sound or SoundGroup after attenuation of sounds above the threshold. Keep in mind this amplification will occur as long as the effect is Active, regardless of whether the Threshold has be reached or not. Measured in dB.

Ratio

ler parallel

The ratio between the CompressorSoundEffect.SideChain sound effect, and this sound effect.

Release

ler parallel

Range: 0 to 5 (default 0.1) The time the effect takes to become inactive after its sound is below the Threshold. Measured in seconds.

SideChain

ler parallel

Applies a ducking effect to the compressor sound effect. The behavior of the sidechain depends on the Sound or SoundGroup linked to it.

Threshold

ler parallel

Range: -80 to 0 (default 0) Volume level at which point the compressor applies its effect. If the effect's Sound or SoundGroup is below the effect will not attenuate the sound, although the GainMakeup will still be applied. Measured in dB.

Métodos

Eventos