Changeset b4b0324 for examples


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
  • examples/tests/test-fft.c

    r876c5e7 rb4b0324  
    2020                spec[i] = AUBIO_ARRAY(fft_data_t,win_s);
    2121        /* initialize the window (see mathutils.c) */
    22         window(w,win_s,hanningz);
     22        window(w,win_s,aubio_win_hanningz);
    2323 
    2424        /* fill input with some data */
Note: See TracChangeset for help on using the changeset viewer.