Ignore:
Timestamp:
Oct 2, 2009, 1:19:10 AM (15 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:
38e9732
Parents:
2f64b0e
Message:

src/mathutils.{c,h}: rename all vec_ to fvec_

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pitch/pitchyin.c

    r2f64b0e r5c4ec3c  
    107107    if(tau > 4 && (yin->data[c][period] < tol) &&
    108108        (yin->data[c][period] < yin->data[c][period+1])) {
    109       return vec_quadint(yin,period,1);
     109      return fvec_quadint(yin,period,1);
    110110    }
    111111  }
    112   return vec_quadint(yin,fvec_min_elem(yin),1);
     112  return fvec_quadint(yin,fvec_min_elem(yin),1);
    113113  //return 0;
    114114}
Note: See TracChangeset for help on using the changeset viewer.