Changeset e4f142c for src/onset/onset.h


Ignore:
Timestamp:
Oct 16, 2009, 9:56:26 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:
7778f39
Parents:
d25bd12
Message:

src/onset/: use samplerate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/onset/onset.h

    rd25bd12 re4f142c  
    5353*/
    5454aubio_onset_t * new_aubio_onset (char_t * onset_mode,
    55     uint_t buf_size, uint_t hop_size, uint_t channels);
     55    uint_t buf_size, uint_t hop_size, uint_t channels, uint_t samplerate);
    5656
    5757/** execute onset detection
Note: See TracChangeset for help on using the changeset viewer.