game-mixer ~master (2021-10-24T08:59:28.7629676)
Dub
Repo
Delayline.sampleHermite
gamemixer
delayline
Delayline
Random access sampling of the delay-line with a 3rd order polynomial.
struct
Delayline
(T)
nothrow @
nogc
pure const
static if
(
is(T == float) || is(T == double)
)
T
sampleHermite
(
float
delay
)
Meta
Source
See Implementation
gamemixer
delayline
Delayline
destructors
~this
functions
feedBuffer
feedSample
initialize
nextBuffer
nextSample
readPointer
resize
sampleFull
sampleFullBuffer
sampleHermite
sampleLinear
sampleSpline3
sampleSpline4
postblits
this(this)
Random access sampling of the delay-line with a 3rd order polynomial.