- Timestamp:
- Jul 24, 2017, 2:13:52 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:
- ccd0327
- Parents:
- ddea34b (diff), 9fa0ed1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- python
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/gen_external.py
rddea34b r1070378 31 31 'pitchyin', 32 32 'pitchyinfft', 33 'pitchyinfast', 33 34 'sink', 34 35 'sink_apple_audio', -
python/tests/test_pitch.py
rddea34b r1070378 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.