ExpSmoother.nextBuffer

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void nextBuffer(const(T)* input, T* output, int frames)
  2. void nextBuffer(T input, T* output, int frames)
    struct ExpSmoother(T)
    public nothrow @nogc
    void
    nextBuffer
    (,,
    int frames
    )
    if (
    is(T == float) ||
    is(T == double)
    )

Meta