Changeset 0b9a02a for src/onset/onset.h


Ignore:
Timestamp:
Dec 4, 2009, 1:34:44 AM (14 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:
d95ff38
Parents:
66fb3ea
Message:

src/onset: mono

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/onset/onset.h

    r66fb3ea r0b9a02a  
    5050  \param buf_size buffer size for phase vocoder
    5151  \param hop_size hop size for phase vocoder
    52   \param channels number of channels
    5352  \param samplerate sampling rate of the input signal
    5453
    5554*/
    5655aubio_onset_t * new_aubio_onset (char_t * method,
    57     uint_t buf_size, uint_t hop_size, uint_t channels, uint_t samplerate);
     56    uint_t buf_size, uint_t hop_size, uint_t samplerate);
    5857
    5958/** execute onset detection
Note: See TracChangeset for help on using the changeset viewer.