Audio Logger Like in Fruity Limiter
Posted: Sat Sep 27, 2014 12:24 pm
Peak will be always correct, but the rest depends on tick performance...
DSP Robotics and FlowStone Graphical Programming Software Support and Forums
https://dsprobotics.com/support/
KG_is_back wrote:There is a way to overcome the green tick problem. You may create a memory buffer and write mono data into it in a circular fashion. Then use mem to float array to extract the data and shift it by inverse of the index that is used to write the data. By changing the size of the mem and decrements of the index calculation you may change the speed and area.