imagine if I did it right the first time round!

nix
Pierre Alexandre Tremblay 5 years ago
parent 7989414e6a
commit 9db12857d8

@ -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) + 1)):: samples at minimum.
An audio stream with impulses at detected transients. The latency between the input and the output is STRONG::hopSize * (((kernelSize+1)/2).asInteger + ((filterSize + 1) / 2).asInteger + 1):: samples at minimum.
EXAMPLES::

Loading…
Cancel
Save