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

Functions

initialize
void initialize(int maxSimultSegments, int maxSegmentLength)

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

nextBuffer
void nextBuffer(T* outAudio, 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.
startSegment
void startSegment(T[] newSegment, int delay)
Undocumented in source. Be warned that the author may not have intended to support it.
startSegmentSplitted
void startSegmentSplitted(T[] segmentA, T[] segmentB, int delay)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta