Changeset 32669d9 for src/peakpick.c


Ignore:
Timestamp:
Aug 9, 2005, 11:09:43 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:
ea865c9
Parents:
b4b0324
Message:

removed obsoleted pickparams_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/peakpick.c

    rb4b0324 r32669d9  
    114114
    115115/** function added by Miguel Ramirez to return the onset detection amplitude in peakval */
    116 uint_t aubio_peakpick_pimrt_wt(fvec_t * onset,  pickparams_t * p, smpl_t* peakval)
     116uint_t aubio_peakpick_pimrt_wt(fvec_t * onset,  aubio_pickpeak_t * p, smpl_t* peakval)
    117117{
    118118        fvec_t * onset_keep = (fvec_t *)p->onset_keep;
Note: See TracChangeset for help on using the changeset viewer.