Changeset 4f56a35
- Timestamp:
- Nov 3, 2007, 4:50:17 PM (17 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/phasevoc.c
rcc4f3f7 r4f56a35 83 83 vec_shift(pv->synth); 84 84 for (i=0; i<pv->channels; i++) { 85 for (j=0; j<pv->win_s; j++) pv->synth->data[i][j] *= pv->w[j];86 85 aubio_pvoc_addsynth(pv->synth->data[i],pv->synthold->data[i], 87 86 synthnew->data[i],pv->win_s,pv->hop_s);
Note: See TracChangeset
for help on using the changeset viewer.