Changeset e4f7779


Ignore:
Timestamp:
Mar 21, 2006, 11:27:13 PM (18 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:
6610143
Parents:
d94f98b
Message:

fix fine tuningi for yin
fix fine tuningi for yin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pitchyin.c

    rd94f98b re4f7779  
    107107                if(tau > 4 && (yin->data[c][period] < tol) &&
    108108                                (yin->data[c][period] < yin->data[c][period+1])) {
    109                         return vec_quadint_min(yin,period,1)-1;
     109                        return vec_quadint_min(yin,period,1);
    110110                }
    111111        }
Note: See TracChangeset for help on using the changeset viewer.