Changeset a0fd4e4 for src/mathutils.h


Ignore:
Timestamp:
Apr 2, 2005, 3:29:23 PM (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:
cf7c76a
Parents:
e50b695
Message:

merge aubionotes and aubionotesmedian

add make_audio_plot to gnuplot.py
adds autocorrelation to mathutils
adds Makefile.in to junk files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mathutils.h

    re50b695 ra0fd4e4  
    236236uint_t aubio_silence_detection(fvec_t * ibuf, smpl_t threshold);
    237237smpl_t aubio_level_detection(fvec_t * ibuf, smpl_t threshold);
     238/**
     239 * calculate normalised autocorrelation function
     240 */
     241void aubio_autocorr(fvec_t * input, fvec_t * output);
    238242
    239243#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.