WhiteNoise

Generates white gaussian noise.

struct WhiteNoise (
T
) if (
is(T == float) ||
is(T == double)
) {}

Members

Functions

initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
nextBuffer
void nextBuffer(T* output, int frames)
Undocumented in source. Be warned that the author may not have intended to support it.
nextSample
T nextSample()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta