Changeset a12563ea for python/test/bench
- 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
- Location:
- python/test/bench
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/test/bench/onset/Makefile.am
r2d975cf ra12563ea 29 29 30 30 %.aubiocut: % 31 rm -f `basename $ <`.aubiocut32 ./bench-onset $< | tee `basename $ <`.aubiocut33 -diff `basename $ <`.aubiocut.ref `basename $<`.aubiocut31 rm -f `basename $@` 32 ./bench-onset $< | tee `basename $@` 33 -diff `basename $@`.ref `basename $@` 34 34 35 35 %.aubiodelay: % -
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.