Changeset f97445c


Ignore:
Timestamp:
Aug 22, 2005, 9:33:30 PM (19 years ago)
Author:
Paul Brossier <piem@altern.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:
aa17581
Parents:
1aeac4c
Message:

fcomb doesn't output anything correct above 5000Hz

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pitchfcomb.c

    r1aeac4c rf97445c  
    121121  }
    122122  /* quick hack to clean output a bit */
    123   if (peaks[k].freq > 10000) return 0.;
     123  if (peaks[k].freq > 5000.) return 0.;
    124124  return peaks[k].freq;
    125125}
Note: See TracChangeset for help on using the changeset viewer.