Module Biquad_filter.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