Changeset b1c948b


Ignore:
Timestamp:
Nov 3, 2007, 7:07:21 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:
2b3280a
Parents:
ac5f22c
Message:

src/phasevoc.c: window is of type smpl_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/phasevoc.c

    rac5f22c rb1c948b  
    3434  fvec_t * data;      /**current input grain [win_s] */
    3535  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] */
    3737};
    3838
Note: See TracChangeset for help on using the changeset viewer.