package brr

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Biquad filter type.

type t = Jstr.t

The type for BiquadFilterType values.

val lowpass : t
val highpass : t
val bandpass : t
val lowshelf : t
val highshelf : t
val peaking : t
val notch : t
val allpass : t