Changeset 407bba9 for src/spectral


Ignore:
Timestamp:
Oct 17, 2009, 2:38:47 PM (15 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:
74516f7
Parents:
858cfa7
Message:

src/mathutils.c: use a string for window type, making enum private

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/phasevoc.c

    r858cfa7 r407bba9  
    9696  pv->dataold  = new_fvec  (win_s-hop_s, channels);
    9797  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);
    9999
    100100  pv->channels = channels;
Note: See TracChangeset for help on using the changeset viewer.