OffsetOverlapAdd
object OffsetOverlapAdd
Overlapping window summation with offset (fuzziness) that can be modulated.
Value members
Concrete methods
- Value Params
- in
the signal to window
- minOffset
minimum (possibly negative) offset to reserve space for. Any
offset
value encountered smaller than this will be clipped tominOffset
.- offset
frame offset by which each input window is shifted. Can change from window to window.
- size
the window size. this is clipped to be
<= 1
- step
the step size. this is clipped to be
<= 1
. If it is greater thansize
, parts of the input will be correctly skipped.