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

    r63f3c70 rfddfa64  
    5151 
    5252*/
    53 void aubio_pitchyinfft_do (aubio_pitchyinfft_t *p, fvec_t * in, fvec_t * out);
     53void aubio_pitchyinfft_do (aubio_pitchyinfft_t * p, fvec_t * in, fvec_t * out);
    5454/** creation of the pitch detection object
    5555 
     
    5757 
    5858*/
    59 aubio_pitchyinfft_t * new_aubio_pitchyinfft (uint_t bufsize);
     59aubio_pitchyinfft_t *new_aubio_pitchyinfft (uint_t bufsize);
    6060/** deletion of the pitch detection object
    6161 
     
    6363 
    6464*/
    65 void del_aubio_pitchyinfft (aubio_pitchyinfft_t *p);
     65void del_aubio_pitchyinfft (aubio_pitchyinfft_t * p);
    6666
    6767/** get tolerance parameter for YIN algorithm
Note: See TracChangeset for help on using the changeset viewer.