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

src/pitch/: indent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pitch/pitchfcomb.h

    r63f3c70 rfddfa64  
    5050 
    5151*/
    52 void aubio_pitchfcomb_do (aubio_pitchfcomb_t *p, fvec_t * input, fvec_t * output);
     52void aubio_pitchfcomb_do (aubio_pitchfcomb_t * p, fvec_t * input,
     53    fvec_t * output);
     54
    5355/** creation of the pitch detection object
    5456 
     
    5860 
    5961*/
    60 aubio_pitchfcomb_t * new_aubio_pitchfcomb (uint_t bufsize, uint_t hopsize, uint_t channels);
     62aubio_pitchfcomb_t *new_aubio_pitchfcomb (uint_t bufsize, uint_t hopsize,
     63    uint_t channels);
     64
    6165/** deletion of the pitch detection object
    6266 
     
    6468 
    6569*/
    66 void del_aubio_pitchfcomb (aubio_pitchfcomb_t *p);
    67 
     70void del_aubio_pitchfcomb (aubio_pitchfcomb_t * p);
    6871
    6972#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.