feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since f825dd0 was
0028ea7,
checked in by Paul Brossier <piem@piem.org>, 15 years ago
|
test-mfcc.c: add simple mfcc test
|
-
Property mode set to
100644
|
File size:
980 bytes
|
Rev | Line | |
---|
[4e9101e] | 1 | AM_CFLAGS = -I$(top_srcdir)/src |
---|
| 2 | AM_LDFLAGS = -L$(top_builddir)/src -laubio @FFTWLIB_LIBS@ |
---|
| 3 | |
---|
[8659f2c] | 4 | test_phasevoc_jack_CFLAGS = $(AM_CFLAGS) -I$(top_srcdir)/ext @JACK_CFLAGS@ |
---|
| 5 | test_phasevoc_jack_LDADD = $(AM_LDFLAGS) -laubioext -L$(top_builddir)/ext @JACK_LIBS@ |
---|
[437fa65] | 6 | |
---|
| 7 | bin_PROGRAMS = \ |
---|
| 8 | test-fft \ |
---|
[4e9101e] | 9 | test-hist \ |
---|
| 10 | test-scale \ |
---|
[5c0662a] | 11 | test-cvec \ |
---|
| 12 | test-fvec \ |
---|
[4e9101e] | 13 | test-window \ |
---|
| 14 | test-filter \ |
---|
| 15 | test-biquad \ |
---|
| 16 | test-resample \ |
---|
| 17 | test-peakpick \ |
---|
[437fa65] | 18 | test-phasevoc \ |
---|
[bc3c51b] | 19 | test-filterbank \ |
---|
| 20 | test-filterbank_mel \ |
---|
[0028ea7] | 21 | test-mfcc \ |
---|
[787b5e4] | 22 | test-phasevoc-jack \ |
---|
[4e9101e] | 23 | test-onsetdetection \ |
---|
| 24 | test-pitchyin \ |
---|
| 25 | test-pitchyinfft \ |
---|
| 26 | test-pitchschmitt \ |
---|
| 27 | test-pitchfcomb \ |
---|
| 28 | test-pitchmcomb \ |
---|
| 29 | test-pitchdetection \ |
---|
| 30 | test-beattracking \ |
---|
| 31 | test-onset \ |
---|
| 32 | test-tempo \ |
---|
[787b5e4] | 33 | test-tss |
---|
[4e9101e] | 34 | |
---|
| 35 | run-tests: $(bin_PROGRAMS) |
---|
[aa81937] | 36 | @for i in $(bin_PROGRAMS); do echo $$i; ((time ./$$i 2>&1 > /dev/null) 2>&1; echo $$?); done |
---|
[4e9101e] | 37 | |
---|
| 38 | run-valgrind-tests: $(bin_PROGRAMS) |
---|
[26bf968] | 39 | @for i in $(bin_PROGRAMS); do echo $$i; valgrind .libs/lt-$$i 2>&1 | grep ERROR\ SUMMARY -A4; echo $$?; done |
---|
Note: See
TracBrowser
for help on using the repository browser.