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/spectral/phasevoc.c

    r2f64b0e r5c4ec3c  
    5757  fvec_weight(pv->data, pv->w);
    5858  /* shift */
    59   vec_shift(pv->data);
     59  fvec_shift(pv->data);
    6060  /* calculate fft */
    6161  aubio_fft_do (pv->fft,pv->data,fftgrain);
     
    6767  aubio_fft_rdo(pv->fft,fftgrain,pv->synth);
    6868  /* unshift */
    69   vec_shift(pv->synth);
     69  fvec_shift(pv->synth);
    7070  for (i=0; i<pv->channels; i++) {
    7171    aubio_pvoc_addsynth(pv->synth->data[i],pv->synthold->data[i],
Note: See TracChangeset for help on using the changeset viewer.