- Timestamp:
- Feb 16, 2016, 5:48:22 PM (9 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:
- 6ab6611
- Parents:
- 116bd1b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/phasevoc.c
r116bd1b r7cdabbe 65 65 aubio_fft_rdo(pv->fft,fftgrain,pv->synth); 66 66 /* unshift */ 67 fvec_ shift(pv->synth);67 fvec_ishift(pv->synth); 68 68 /* additive synthesis */ 69 69 aubio_pvoc_addsynth(pv, synthnew);
Note: See TracChangeset
for help on using the changeset viewer.