Changeset b4b0324 for src/phasevoc.c


Ignore:
Timestamp:
Aug 9, 2005, 10:58:47 AM (19 years ago)
Author:
Paul Brossier <piem@altern.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:
32669d9
Parents:
876c5e7
Message:

protect window types with aubio_win_

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/phasevoc.c

    r876c5e7 rb4b0324  
    114114        pv->synthold = new_fvec (win_s-hop_s, channels);
    115115        pv->w        = AUBIO_ARRAY(smpl_t,win_s);
    116         window(pv->w,win_s,hanningz);
     116        window(pv->w,win_s,aubio_win_hanningz);
    117117
    118118        pv->channels = channels;
Note: See TracChangeset for help on using the changeset viewer.