Vixen
02b45cc4
csharp
public record class LimiterEffectAsset

A limiter, as a file declares it.

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

Fields and properties (4)

  • public float CeilingDb

    The loudest sample allowed out, in decibels.

  • public float LookAheadSeconds

    How far ahead it looks, and therefore how much latency it adds.

  • public float ReleaseSeconds

    How fast it lets go.

  • 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_LimiterEffectAssetSerializerVixen.Audio
  • AudioMixerViewVixen.Editor.AssetEditors