src/: rename peakpick.h to peakpicker.h, make public again
authorPaul Brossier <piem@piem.org>
Thu, 5 Nov 2009 23:06:27 +0000 (00:06 +0100)
committerPaul Brossier <piem@piem.org>
Thu, 5 Nov 2009 23:06:27 +0000 (00:06 +0100)
src/aubio.h
src/onset/onset.c
src/onset/peakpicker.c [moved from src/onset/peakpick.c with 99% similarity]
src/onset/peakpicker.h [moved from src/onset/peakpick.h with 100% similarity]
src/tempo/tempo.c

index 3079e75b676d1fcae60d6f8866775745403525da..269e88be2a8cecc807766fd3160eddc8a7d240ed 100644 (file)
@@ -169,6 +169,7 @@ extern "C"
 #include "spectral/specdesc.h"
 #include "pitch/pitch.h"
 #include "onset/onset.h"
+#include "onset/peakpicker.h"
 #include "tempo/tempo.h"
 
 #if AUBIO_UNSTABLE
@@ -184,7 +185,6 @@ extern "C"
 #include "pitch/pitchyinfft.h"
 #include "pitch/pitchschmitt.h"
 #include "pitch/pitchfcomb.h"
-#include "onset/peakpick.h"
 #include "tempo/beattracking.h"
 #endif
 
index e9c0a4ccf80256c5864a0824865802271f0991ce..fee33747a375dd1e0f21babdbaffa7484556ec53 100644 (file)
@@ -23,7 +23,7 @@
 #include "cvec.h"
 #include "spectral/specdesc.h"
 #include "spectral/phasevoc.h"
-#include "onset/peakpick.h"
+#include "onset/peakpicker.h"
 #include "mathutils.h"
 #include "onset/onset.h"
 
similarity index 99%
rename from src/onset/peakpick.c
rename to src/onset/peakpicker.c
index 43081b93ec611eac7fb82f3f25f92acade78c675..71985de8bbe1002acaf8ec0f8e407237afcf29d9 100644 (file)
@@ -24,7 +24,7 @@
 #include "lvec.h"
 #include "temporal/filter.h"
 #include "temporal/biquad.h"
-#include "onset/peakpick.h"
+#include "onset/peakpicker.h"
 
 /** function pointer to thresholding function */
 typedef smpl_t (*aubio_thresholdfn_t)(fvec_t *input, uint_t channel);
similarity index 100%
rename from src/onset/peakpick.h
rename to src/onset/peakpicker.h
index 469ff6918761866313a8f97774a9742477c5cbd0..1bbe62c1692fa8472d87134b9caa5aee877b163e 100644 (file)
@@ -24,7 +24,7 @@
 #include "spectral/specdesc.h"
 #include "tempo/beattracking.h"
 #include "spectral/phasevoc.h"
-#include "onset/peakpick.h"
+#include "onset/peakpicker.h"
 #include "mathutils.h"
 #include "tempo/tempo.h"