From 792fd531f67a9490f16eb594b4b3eb646128275e Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Fri, 22 Jun 2012 22:58:30 +0000 Subject: "Backport de l'IHM de test7 dans le projet principal. Application licence GPL v3.0 Renommage appli Music2Light (homonymes existants) -> Instru2Light git-svn-id: file:///var/svn/2012-violon-leds/trunk@30 6be1fa4d-33ac-4c33-becc-79fcb3794bb6 --- src/fft.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/fft.h') diff --git a/src/fft.h b/src/fft.h index 6066d52..eaa64f0 100644 --- a/src/fft.h +++ b/src/fft.h @@ -1,12 +1,6 @@ #ifndef FFT_H #define FFT_H -/* Everything here comes from Audacity 1.3.13 - (orignally in C++ and with more genericity and functionnality) - Original Author : Dominic Mazzoni - Licenced under GPL 2.0 (see LICENCE) -*/ - #define PSNumS 256 #define PSHalf 128 void PowerSpectrum(float In[PSNumS], float Out[PSHalf]); @@ -15,5 +9,5 @@ void FFT(int NumSamples, int InverseTransform, float *RealIn, float *ImagIn, float *RealOut, float *ImagOut); void DeinitFFT(); -#endif +#endif /*FFT_H*/ -- cgit v1.2.3