updated the helpfile of novelty with the new formula to compute the latency

nix
Pierre Alexandre Tremblay 5 years ago
parent caed9828de
commit 7989414e6a

@ -56,7 +56,7 @@ ARGUMENT:: maxFilterSize
This cannot be modulated.
RETURNS::
An audio stream with impulses at detected transients. The latency between the input and the output is STRONG::windowSize + (hopSize * (((kernelSize+1)/2) + (filterSize / 2))):: samples at minimum.
An audio stream with impulses at detected transients. The latency between the input and the output is STRONG::windowSize + (hopSize * (((kernelSize+1)/2) + (filterSize / 2) + 1)):: samples at minimum.
EXAMPLES::

Loading…
Cancel
Save