csharp
public enum BiquadFilterKindWhich shape a BiquadFilterEffect takes.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (7)
LowPassPasses below the cutoff, rolls off above it at 12 dB an octave.
HighPassPasses above the cutoff.
BandPassPasses a band around the frequency, with unity gain at the centre.
NotchRemoves a band around the frequency and passes everything else.
PeakingBoosts or cuts a band, leaving the rest alone. The building block of an equaliser.
LowShelfBoosts or cuts everything below the frequency.
HighShelfBoosts 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