Changeset c3de7ca
- Timestamp:
- May 9, 2017, 4:11:08 PM (8 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
- Children:
- 482641d
- Parents:
- 67cf45a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/tests/test_pitch.py
r67cf45a rc3de7ca 71 71 #print 'median errors: ', median(errors), 'median pitches: ', median(pitches) 72 72 73 pitch_algorithms = [ "default", "yinfft", "yin", " schmitt", "mcomb", "fcomb" , "specacf" ]74 pitch_algorithms = [ "default", "yinfft", "yin", " schmitt", "mcomb", "fcomb" ]73 pitch_algorithms = [ "default", "yinfft", "yin", "yinfast", "schmitt", "mcomb", "fcomb" , "specacf" ] 74 pitch_algorithms = [ "default", "yinfft", "yin", "yinfast", "schmitt", "mcomb", "fcomb" ] 75 75 76 76 #freqs = [ 27.5, 55., 110., 220., 440., 880., 1760., 3520. ]
Note: See TracChangeset
for help on using the changeset viewer.