ddsp ~master (2022-03-26T02:55:28.1397571)
Dub
Repo
BiQuad.initialize
ddsp
filter
biquad
BiQuad
Undocumented in source. Be warned that the author may not have intended to support it.
class
BiQuad
(T)
nothrow @
nogc
void
initialize
(
T
a0
,
T
a1
,
T
a2
,
T
b1
,
T
b2
,
T
c0
= 1
,
T
d0
= 0
)
Meta
Source
See Implementation
ddsp
filter
biquad
BiQuad
constructors
this
functions
calcCoefficients
getNextSample
initialize
reset
setFrequency
setSampleRate
variables
_a0
_a1
_a2
_b1
_b2
_c0
_d0
_frequency
_qFactor
_sampleRate
_w
_w1
_w2
_yn