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/pitchmcomb.h

    r63f3c70 rfddfa64  
    5050 
    5151*/
    52 void aubio_pitchmcomb_do (aubio_pitchmcomb_t * p, cvec_t * fftgrain, fvec_t * output);
     52void aubio_pitchmcomb_do (aubio_pitchmcomb_t * p, cvec_t * fftgrain,
     53    fvec_t * output);
     54
    5355/** creation of the pitch detection object
    5456 
     
    5961 
    6062*/
    61 aubio_pitchmcomb_t * new_aubio_pitchmcomb(uint_t bufsize, uint_t hopsize, uint_t channels);
     63aubio_pitchmcomb_t *new_aubio_pitchmcomb (uint_t bufsize, uint_t hopsize,
     64    uint_t channels);
     65
    6266/** deletion of the pitch detection object
    6367 
     
    6569 
    6670*/
    67 void del_aubio_pitchmcomb(aubio_pitchmcomb_t *p);
     71void del_aubio_pitchmcomb (aubio_pitchmcomb_t * p);
    6872
    6973#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.