Changeset 407bba9 for src/spectral
- Timestamp:
- Oct 17, 2009, 2:38:47 PM (15 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:
- 74516f7
- Parents:
- 858cfa7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/phasevoc.c
r858cfa7 r407bba9 96 96 pv->dataold = new_fvec (win_s-hop_s, channels); 97 97 pv->synthold = new_fvec (win_s-hop_s, channels); 98 pv->w = new_aubio_window ( win_s, aubio_win_hanningz);98 pv->w = new_aubio_window ("hanningz", win_s); 99 99 100 100 pv->channels = channels;
Note: See TracChangeset
for help on using the changeset viewer.