shithub: aubio

Download patch

ref: 9ec787614a8ab8d6e8876ac46b7013434438a898
parent: 4eafd5bf7cfeeb383246b6dd1d843ec1545b0b1f
author: Paul Brossier <piem@altern.org>
date: Fri Sep 29 09:55:39 EDT 2006

really fill test-fft
really fill test-fft


--- a/examples/tests/test-fft.c
+++ b/examples/tests/test-fft.c
@@ -26,6 +26,7 @@
         aubio_window(w,win_s,aubio_win_hanningz);
   
         /* fill input with some data */
+        in->data[0][win_s/2] = 1;
   
         /* execute stft */
         for (i=0; i < channels; i++) {