- Timestamp:
- Mar 9, 2013, 11:11:27 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:
- 3acde23
- Parents:
- 5810ed4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitch/pitch.c
r5810ed4 r97a5878b 122 122 pitch_type = aubio_pitcht_mcomb; 123 123 else if (strcmp (pitch_mode, "yinfft") == 0) 124 pitch_type = aubio_pitcht_yin ;124 pitch_type = aubio_pitcht_yinfft; 125 125 else if (strcmp (pitch_mode, "yin") == 0) 126 126 pitch_type = aubio_pitcht_yin;
Note: See TracChangeset
for help on using the changeset viewer.