Changeset 97a5878b


Ignore:
Timestamp:
Mar 9, 2013, 11:11:27 PM (11 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

src/pitch/pitch.c: fix yinfft selection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pitch/pitch.c

    r5810ed4 r97a5878b  
    122122    pitch_type = aubio_pitcht_mcomb;
    123123  else if (strcmp (pitch_mode, "yinfft") == 0)
    124     pitch_type = aubio_pitcht_yin;
     124    pitch_type = aubio_pitcht_yinfft;
    125125  else if (strcmp (pitch_mode, "yin") == 0)
    126126    pitch_type = aubio_pitcht_yin;
Note: See TracChangeset for help on using the changeset viewer.