Changeset 1d0370a


Ignore:
Timestamp:
Apr 27, 2016, 2:56:07 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:
ac65a2f
Parents:
c31b589
Message:

src/spectral/phasevoc.c: apply windowing to resynthesized grain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/phasevoc.c

    rc31b589 r1d0370a  
    6666  /* unshift */
    6767  fvec_ishift(pv->synth);
     68  /* windowing */
     69  fvec_weight(pv->synth, pv->w);
    6870  /* additive synthesis */
    6971  aubio_pvoc_addsynth(pv, synthnew);
Note: See TracChangeset for help on using the changeset viewer.