ShortTermReconstruction

From short term windowed data, output the summed signal. Segments can be irregular and have different size.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

next
deprecated alias next = nextSample
Undocumented in source.

Functions

initialize
void initialize(int maxSimultSegments, int maxSegmentLength)

maxSimultSegments is the maximum number of simulatneously summed samples. maxSegmentLength in samples

nextSample
float nextSample()
Undocumented in source. Be warned that the author may not have intended to support it.
startSegment
void startSegment(float[] newSegment, int delay)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta