Changeset e31ac284 for python/test
- Timestamp:
- Apr 20, 2006, 2:49:55 PM (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:
- b965fb1
- Parents:
- e47ade3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/test/bench/pitch/Makefile.am
re47ade3 re31ac284 35 35 36 36 plotpitch: 37 ../../../aubiopitch -m mcomb,fcomb,yin,schmitt -i $(BASEDIR)/isolated/piano/011pfnof/011pfnof.69.wav -O 011pfnof.69.ps 38 ../../../aubiopitch -m mcomb,fcomb,yin,schmitt -i $(BASEDIR)/isolated/rhodes/021epnof/021epnof.69.wav -O 021epnof.69.ps 39 ../../../aubiopitch -m mcomb,fcomb,yin,schmitt -i $(BASEDIR)/isolated/harpsichord/031hcsim/031hcsim.69.wav -O 031hcsim.69.ps 40 ../../../aubiopitch -m mcomb,fcomb,yin,schmitt -i $(BASEDIR)/isolated/vibraphone/041vihnf/041vihnf.69.wav -O 041vihnf.69.ps 37 ../../../aubiopitch -m fcomb,mcomb,yinfft,yin,schmitt -i jazz2REF.wav -p -t 0.2 -l 100 -M 600 -O jazz2REF.ps 38 ../../../aubiopitch -m fcomb,mcomb,yinfft,yin,schmitt -p -t 0.2 -l 300 -M 900 -i opera_fem2REF.wav -O opera_fem2REF.ps 41 39 42 40 timings: … … 44 42 45 43 %.aubiopitch-isolated: % 46 rm -f isolated/`basename $@` 47 ./bench-pitch $< | tee isolated/`basename $@` 44 $(CP) isolated/`basename $@` isolated/`basename $@`.old 45 ./bench-pitch-isolated $< | tee isolated/`basename $@` 46 -diff isolated/`basename $@`.old isolated/`basename $@` 48 47 -diff isolated/`basename $@`.ref isolated/`basename $@` 49 48
Note: See TracChangeset
for help on using the changeset viewer.