source: python/test/bench/pitch/Makefile.am @ 99d27b7

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 99d27b7 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
RevLine 
[99d27b7]1export BASEDIR=../../../..
2export PYTHONPATH=$(BASEDIR)/python
3export LD_LIBRARY_PATH=$(BASEDIR)/src/.libs:$(BASEDIR)/ext/.libs
4
5SOURCE = \
6        /archives/samples/pitch/isolated
7
8test-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.