Ignore:
Timestamp:
Apr 8, 2013, 6:51:45 PM (11 years ago)
Author:
Paul Brossier <piem@piem.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:
8c7f80d
Parents:
95dc7f2
Message:

python/tests/test_pitch.py: more tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/tests/test_pitch.py

    r95dc7f2 r0e75589  
    7373        #print 'mean errors: ', mean(errors), 'mean pitches: ', mean(pitches)
    7474
    75 pitch_algorithms = [ "default", "yinfft", "yin", "schmitt", "mcomb", "fcomb" ]
     75pitch_algorithms = [ "default", "yinfft", "yin", "schmitt", "mcomb", "fcomb" , "specacf" ]
    7676
    7777signal_modes = [
     78        ( 4096,  512, 44100, 2.*882. ),
     79        ( 4096,  512, 44100, 882. ),
     80        ( 4096,  512, 44100, 440. ),
    7881        ( 2048,  512, 44100, 440. ),
    7982        ( 2048, 1024, 44100, 440. ),
Note: See TracChangeset for help on using the changeset viewer.