Changeset a12563ea for python/test/bench/pitch
- Timestamp:
- Feb 23, 2006, 3:20:50 AM (19 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 6ae3a77
- Parents:
- 2d975cf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/test/bench/pitch/Makefile.am
r2d975cf ra12563ea 4 4 5 5 SOURCE = \ 6 /archives/samples/pitch/isolated 6 /var/tmp/pitch \ 7 $(HOME)/archives/samples/pitch/isolated 7 8 8 9 test-aubiopitch: $(patsubst %, %.aubiopitch, $(SOURCE)) 9 10 10 11 %.aubiopitch: % 11 rm -f `basename $ <`.aubiocut12 ./bench-pitch $< #| tee `basename $ <`.aubiocut13 #diff `basename $<`.aubiocut.ref `basename $<`.aubiocut12 rm -f `basename $@` 13 ./bench-pitch $< #| tee `basename $@` 14 -diff `basename $@` `basename $@`
Note: See TracChangeset
for help on using the changeset viewer.