Changeset e31ac284


Ignore:
Timestamp:
Apr 20, 2006, 2:49:55 PM (18 years ago)
Author:
Paul Brossier <piem@altern.org>
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
Message:

update pitch bench makefile
update pitch bench makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/test/bench/pitch/Makefile.am

    re47ade3 re31ac284  
    3535
    3636plotpitch:
    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
    4139
    4240timings:
     
    4442
    4543%.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 $@`
    4847        -diff isolated/`basename $@`.ref isolated/`basename $@`
    4948
Note: See TracChangeset for help on using the changeset viewer.