feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since cafb00a was
cafb00a,
checked in by Paul Brossier <piem@altern.org>, 19 years ago
|
update to last bench-onset, bench-pitch
update to last bench-onset, bench-pitch
|
-
Property mode set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | export BASEDIR=../../../.. |
---|
2 | export PYTHONPATH=$(BASEDIR)/python |
---|
3 | export LD_LIBRARY_PATH=$(BASEDIR)/src/.libs:$(BASEDIR)/ext/.libs |
---|
4 | |
---|
5 | SOURCE = \ |
---|
6 | $(HOME)/archives/samples/pitch/isolated/piano/011pfnof \ |
---|
7 | $(HOME)/archives/samples/pitch/isolated/rhodes/021epnof \ |
---|
8 | $(HOME)/archives/samples/pitch/isolated/harpsichord/031hcsim \ |
---|
9 | $(HOME)/archives/samples/pitch/isolated/vibraphone/041vihnf |
---|
10 | |
---|
11 | test-aubiopitch: $(patsubst %, %.aubiopitch, $(SOURCE)) |
---|
12 | |
---|
13 | plotpitch: |
---|
14 | ../../../aubiopitch -m mcomb,fcomb,yin,schmitt -i $(HOME)/archives/samples/pitch/isolated/piano/011pfnof/011pfnof.69.wav -O 011pfnof.69.ps |
---|
15 | ../../../aubiopitch -m mcomb,fcomb,yin,schmitt -i $(HOME)/archives/samples/pitch/isolated/rhodes/021epnof/021epnof.69.wav -O 021epnof.69.ps |
---|
16 | ../../../aubiopitch -m mcomb,fcomb,yin,schmitt -i $(HOME)/archives/samples/pitch/isolated/harpsichord/031hcsim/031hcsim.69.wav -O 031hcsim.69.ps |
---|
17 | ../../../aubiopitch -m mcomb,fcomb,yin,schmitt -i $(HOME)/archives/samples/pitch/isolated/vibraphone/041vihnf/041vihnf.69.wav -O 041vihnf.69.ps |
---|
18 | |
---|
19 | %.aubiopitch: % |
---|
20 | rm -f `basename $@` |
---|
21 | ./bench-pitch $< #| tee `basename $@` |
---|
22 | -diff `basename $@` `basename $@` |
---|
Note: See
TracBrowser
for help on using the repository browser.