feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since f72a10d was
d998190,
checked in by Paul Brossier <piem@altern.org>, 19 years ago
|
add Makefile for bench-onset
add Makefile for bench-onset
|
-
Property mode set to
100644
|
File size:
823 bytes
|
Line | |
---|
1 | export BASEDIR=../../../.. |
---|
2 | export PYTHONPATH=$(BASEDIR)/python |
---|
3 | export LD_LIBRARY_PATH=$(BASEDIR)/src/.libs:$(BASEDIR)/ext/.libs |
---|
4 | |
---|
5 | SOURCE = \ |
---|
6 | /archives/samples/DB/PercussivePhrases/CM18/Samba_Audio \ |
---|
7 | /var/tmp/Onset-Mirex2005/poly_pitched \ |
---|
8 | /var/tmp/Onset-Mirex2005/solo_bars_and_bells \ |
---|
9 | /var/tmp/Onset-Mirex2005/solo_brass \ |
---|
10 | /var/tmp/Onset-Mirex2005/solo_drums \ |
---|
11 | /var/tmp/Onset-Mirex2005/solo_plucked_strings \ |
---|
12 | /var/tmp/Onset-Mirex2005/solo_singing_voice \ |
---|
13 | /var/tmp/Onset-Mirex2005/solo_sustained_strings \ |
---|
14 | /var/tmp/Onset-Mirex2005/solo_winds \ |
---|
15 | /var/tmp/Onset-Mirex2005/complex \ |
---|
16 | /var/tmp/Onset-Mirex2005 |
---|
17 | |
---|
18 | test-aubiocut: $(patsubst %, %.aubiocut, $(SOURCE)) |
---|
19 | |
---|
20 | %.aubiocut: % |
---|
21 | rm -f `basename $<`.aubiocut |
---|
22 | ./bench-onset $< | tee `basename $<`.aubiocut |
---|
23 | diff `basename $<`.aubiocut.ref `basename $<`.aubiocut |
---|
Note: See
TracBrowser
for help on using the repository browser.