feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/applefworksfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since ee7b9da was
a12563ea,
checked in by Paul Brossier <piem@altern.org>, 19 years ago
|
update Makefiles
update Makefiles
|
-
Property mode set to
100644
|
File size:
376 bytes
|
Rev | Line | |
---|
[99d27b7] | 1 | export BASEDIR=../../../.. |
---|
| 2 | export PYTHONPATH=$(BASEDIR)/python |
---|
| 3 | export LD_LIBRARY_PATH=$(BASEDIR)/src/.libs:$(BASEDIR)/ext/.libs |
---|
| 4 | |
---|
| 5 | SOURCE = \ |
---|
[a12563ea] | 6 | /var/tmp/pitch \ |
---|
| 7 | $(HOME)/archives/samples/pitch/isolated |
---|
[99d27b7] | 8 | |
---|
| 9 | test-aubiopitch: $(patsubst %, %.aubiopitch, $(SOURCE)) |
---|
| 10 | |
---|
| 11 | %.aubiopitch: % |
---|
[a12563ea] | 12 | rm -f `basename $@` |
---|
| 13 | ./bench-pitch $< #| tee `basename $@` |
---|
| 14 | -diff `basename $@` `basename $@` |
---|
Note: See
TracBrowser
for help on using the repository browser.