Changeset d207300 for src/tempo/tempo.h


Ignore:
Timestamp:
Dec 4, 2009, 1:40:48 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:
8e5c051
Parents:
741bdda
Message:

src/tempo: switch to mono

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tempo/tempo.h

    r741bdda rd207300  
    4040/** create tempo detection object */
    4141aubio_tempo_t * new_aubio_tempo (char_t * method,
    42     uint_t buf_size, uint_t hop_size, uint_t channels, uint_t samplerate);
     42    uint_t buf_size, uint_t hop_size, uint_t samplerate);
    4343
    4444/** execute tempo detection */
Note: See TracChangeset for help on using the changeset viewer.