Changeset fddfa64 for src/pitch/pitch.h


Ignore:
Timestamp:
Nov 3, 2009, 4:14:03 PM (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:
bafe71d
Parents:
63f3c70
Message:

src/pitch/: indent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pitch/pitch.h

    r63f3c70 rfddfa64  
    4545
    4646*/
    47 void aubio_pitch_do (aubio_pitch_t * o, fvec_t * in,
    48     fvec_t * out);
     47void aubio_pitch_do (aubio_pitch_t * o, fvec_t * in, fvec_t * out);
    4948
    5049/** change yin or yinfft tolerance threshold
     
    5453
    5554*/
    56 uint_t aubio_pitch_set_tolerance (aubio_pitch_t * o,
    57     smpl_t tol);
     55uint_t aubio_pitch_set_tolerance (aubio_pitch_t * o, smpl_t tol);
    5856
    5957/** deletion of the pitch detection object
     
    7371
    7472*/
    75 aubio_pitch_t * new_aubio_pitch (char_t * mode,
     73aubio_pitch_t *new_aubio_pitch (char_t * mode,
    7674    uint_t bufsize, uint_t hopsize, uint_t channels, uint_t samplerate);
    7775
     
    8280
    8381*/
    84 uint_t aubio_pitch_set_unit (aubio_pitch_t * o,
    85     char_t * mode);
     82uint_t aubio_pitch_set_unit (aubio_pitch_t * o, char_t * mode);
    8683
    8784#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.