Streaming algorithms

RingBufferVectorOutput

Inputs

  • signal (vector_real) - TODO

Parameters

  • bufferSize (integer, default = 8192) :

    size of the ringbuffer

Description

This algorithm fills an output ringbuffer of type Real that can be read from a different thread then. The format in the ringbuffer is one value that is the number of values that make up one frame, followed by the actual frame data.