Changeset 7cdabbe


Ignore:
Timestamp:
Feb 16, 2016, 5:48:22 PM (8 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:
6ab6611
Parents:
116bd1b
Message:

src/spectral/phasevoc.c: use ishift for perfect reconstruction with odd length window

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/phasevoc.c

    r116bd1b r7cdabbe  
    6565  aubio_fft_rdo(pv->fft,fftgrain,pv->synth);
    6666  /* unshift */
    67   fvec_shift(pv->synth);
     67  fvec_ishift(pv->synth);
    6868  /* additive synthesis */
    6969  aubio_pvoc_addsynth(pv, synthnew);
Note: See TracChangeset for help on using the changeset viewer.