Vixen
02b45cc4
csharp
public record class BitCrusherEffectAsset

A bit crusher, 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 Bits

    How many bits of resolution to leave.

  • public float Downsample

    How many output samples each input sample is held for.

  • public float Mix

    How much of the ruined signal to keep.

  • public bool Enabled

    Whether the effect starts switched on.

Methods (1)

  • public IAudioEffect Create()

    Builds the effect this describes.

Used by (3)

  • MixerAssetTestsVixen.Audio.Tests
  • TypeRegistrationVixen.Audio
  • Vixen_Audio_Assets_BitCrusherEffectAssetSerializerVixen.Audio