Vixen
02b45cc4
csharp
public record class CompressorEffectAsset

A compressor, as a file declares it.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (7)

  • public float ThresholdDb

    Above this level, in decibels, it starts working.

  • public float Ratio

    How much is taken off above the threshold.

  • public float KneeDb

    How wide the bend into the ratio is, in decibels.

  • public float AttackSeconds

    How fast it reacts to something getting louder.

  • public float ReleaseSeconds

    How fast it recovers.

  • public float MakeupDb

    A gain applied after compression, in decibels.

  • public bool Enabled

    Whether the effect starts switched on.

Methods (1)

  • public IAudioEffect Create()

    Builds the effect this describes.

Used by (4)

  • MixerAssetTestsVixen.Audio.Tests
  • TypeRegistrationVixen.Audio
  • Vixen_Audio_Assets_CompressorEffectAssetSerializerVixen.Audio
  • AudioMixerViewVixen.Editor.AssetEditors