Changeset 4f56a35


Ignore:
Timestamp:
Nov 3, 2007, 4:50:17 PM (16 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:
f1dca0e
Parents:
cc4f3f7
Message:

phasevoc.c: do not window the signal again during resynthesis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/phasevoc.c

    rcc4f3f7 r4f56a35  
    8383        vec_shift(pv->synth);
    8484        for (i=0; i<pv->channels; i++) {
    85                 for (j=0; j<pv->win_s; j++) pv->synth->data[i][j] *= pv->w[j];
    8685                aubio_pvoc_addsynth(pv->synth->data[i],pv->synthold->data[i],
    8786                                synthnew->data[i],pv->win_s,pv->hop_s);
Note: See TracChangeset for help on using the changeset viewer.