Changeset 53d1497
- Timestamp:
- Dec 7, 2013, 8:55:37 PM (11 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:
- 846330f
- Parents:
- 0aa5208
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitch/pitch.c
r0aa5208 r53d1497 237 237 if (strcmp (pitch_unit, "freq") == 0) 238 238 pitch_mode = aubio_pitchm_freq; 239 else if (strcmp (pitch_unit, "hertz") == 0) 240 pitch_mode = aubio_pitchm_freq; 241 else if (strcmp (pitch_unit, "Hz") == 0) 242 pitch_mode = aubio_pitchm_freq; 243 else if (strcmp (pitch_unit, "f0") == 0) 244 pitch_mode = aubio_pitchm_freq; 239 245 else if (strcmp (pitch_unit, "midi") == 0) 240 246 pitch_mode = aubio_pitchm_midi;
Note: See TracChangeset
for help on using the changeset viewer.