- Timestamp:
- Aug 24, 2014, 1:52:23 PM (10 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:
- 28c066e
- Parents:
- 69bc171
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitch/pitch.c
r69bc171 r5a2a6c6 239 239 else if (strcmp (pitch_unit, "hertz") == 0) 240 240 pitch_mode = aubio_pitchm_freq; 241 else if (strcmp (pitch_unit, "Hertz") == 0) 242 pitch_mode = aubio_pitchm_freq; 241 243 else if (strcmp (pitch_unit, "Hz") == 0) 242 244 pitch_mode = aubio_pitchm_freq;
Note: See TracChangeset
for help on using the changeset viewer.