]> git.sesse.net Git - kdenlive/blobdiff - src/lib/audio/fftCorrelation.h
Added option to enable Audio Alignment in the config dialog.
[kdenlive] / src / lib / audio / fftCorrelation.h
index 6b098ba24a8d8b809563f4ae2d1b9177b438365b..6bf6eb79d6e782d0edc1bff8c60ac2f9d56b1c0c 100644 (file)
@@ -28,7 +28,7 @@ public:
       \c out_correlated must be a pre-allocated vector of size
       \c leftSize + \c rightSize.
       */
-    static void convolute(const float *left, const int leftSize,
+    static void convolve(const float *left, const int leftSize,
                           const float *right, const int rightSize,
                           float *out_convolved);