Changeset b1c948b
- Timestamp:
- Nov 3, 2007, 7:07:21 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:
- 2b3280a
- Parents:
- ac5f22c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/phasevoc.c
rac5f22c rb1c948b 34 34 fvec_t * data; /**current input grain [win_s] */ 35 35 fvec_t * dataold; /**last input frame [win_s-hop_s] */ 36 float * w; /** grain window [win_s] */36 smpl_t * w; /** grain window [win_s] */ 37 37 }; 38 38
Note: See TracChangeset
for help on using the changeset viewer.