csharp
public record class CompressorEffectAssetA 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 ThresholdDbAbove this level, in decibels, it starts working.
public float RatioHow much is taken off above the threshold.
public float KneeDbHow wide the bend into the ratio is, in decibels.
public float AttackSecondsHow fast it reacts to something getting louder.
public float ReleaseSecondsHow fast it recovers.
public float MakeupDbA gain applied after compression, in decibels.
public bool EnabledWhether 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