- Timestamp:
- Apr 8, 2013, 6:51:45 PM (12 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:
- 8c7f80d
- Parents:
- 95dc7f2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/tests/test_pitch.py
r95dc7f2 r0e75589 73 73 #print 'mean errors: ', mean(errors), 'mean pitches: ', mean(pitches) 74 74 75 pitch_algorithms = [ "default", "yinfft", "yin", "schmitt", "mcomb", "fcomb" ]75 pitch_algorithms = [ "default", "yinfft", "yin", "schmitt", "mcomb", "fcomb" , "specacf" ] 76 76 77 77 signal_modes = [ 78 ( 4096, 512, 44100, 2.*882. ), 79 ( 4096, 512, 44100, 882. ), 80 ( 4096, 512, 44100, 440. ), 78 81 ( 2048, 512, 44100, 440. ), 79 82 ( 2048, 1024, 44100, 440. ),
Note: See TracChangeset
for help on using the changeset viewer.