Changeset 33cd81f for src/musicutils.h


Ignore:
Timestamp:
Mar 3, 2013, 4:50:04 AM (11 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:
a64ef1d
Parents:
9e56228
Message:

src/musicutils.h: add fvec_set_window

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/musicutils.h

    r9e56228 r33cd81f  
    4545*/
    4646fvec_t *new_aubio_window (char_t * window_type, uint_t size);
     47
     48/** set elements of a vector to window coefficients
     49
     50 */
     51uint_t fvec_set_window (fvec_t * window, char_t * window_type);
    4752
    4853/** compute the principal argument
Note: See TracChangeset for help on using the changeset viewer.