Vixen
02b45cc4
csharp
public enum BiquadFilterKind

Which shape a BiquadFilterEffect takes.

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

Fields and properties (7)

  • LowPass

    Passes below the cutoff, rolls off above it at 12 dB an octave.

  • HighPass

    Passes above the cutoff.

  • BandPass

    Passes a band around the frequency, with unity gain at the centre.

  • Notch

    Removes a band around the frequency and passes everything else.

  • Peaking

    Boosts or cuts a band, leaving the rest alone. The building block of an equaliser.

  • LowShelf

    Boosts or cuts everything below the frequency.

  • HighShelf

    Boosts or cuts everything above the frequency.

Used by (12)

  • AudioEffectTestsVixen.Audio.Tests
  • AudioRoutingTestsVixen.Audio.Tests
  • BiquadCoefficientsVixen.Audio
  • BiquadFilterEffectVixen.Audio
  • EqualizerBandAssetVixen.Audio
  • EqualizerEffectVixen.Audio
  • FilterEffectAssetVixen.Audio
  • MixerParameterTestsVixen.Audio.Tests
  • TypeRegistrationVixen.Audio
  • Vixen_Audio_Assets_EqualizerBandAssetSerializerVixen.Audio
  • Vixen_Audio_Assets_FilterEffectAssetSerializerVixen.Audio
  • VoiceVixen.Audio