shithub: aubio

Download patch

ref: f825dd0a4155aeffd1536f70ba551dab4099a833
parent: 1942323f14ca44b9e478ff95cae037fde148ff72
author: Paul Brossier <piem@piem.org>
date: Thu Oct 1 11:02:22 EDT 2009

src/Makefile.am: update a- and c-weighting filter filenames

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -14,8 +14,8 @@
 	temporal/resample.h \
 	temporal/biquad.h \
 	temporal/filter.h \
-	temporal/adesign.h \
-	temporal/cdesign.h \
+	temporal/a_weighting.h \
+	temporal/c_weighting.h \
 	spectral/filterbank.h \
 	spectral/filterbank_mel.h \
 	spectral/mfcc.h \
@@ -49,8 +49,8 @@
 	temporal/resample.c \
 	temporal/biquad.c \
 	temporal/filter.c \
-	temporal/adesign.c \
-	temporal/cdesign.c \
+	temporal/a_weighting.c \
+	temporal/c_weighting.c \
 	spectral/filterbank.c \
 	spectral/filterbank_mel.c \
 	spectral/mfcc.c \