feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since f72a10d was
99d27b7,
checked in by Paul Brossier <piem@altern.org>, 19 years ago
|
add Makefile for bench-pitch
add Makefile for bench-pitch
|
-
Property mode set to
100644
|
File size:
391 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/pitch/isolated |
---|
7 | |
---|
8 | test-aubiopitch: $(patsubst %, %.aubiopitch, $(SOURCE)) |
---|
9 | |
---|
10 | %.aubiopitch: % |
---|
11 | rm -f `basename $<`.aubiocut |
---|
12 | ./bench-pitch $< #| tee `basename $<`.aubiocut |
---|
13 | #diff `basename $<`.aubiocut.ref `basename $<`.aubiocut |
---|
Note: See
TracBrowser
for help on using the repository browser.