Changeset 63f3c70


Ignore:
Timestamp:
Nov 3, 2009, 4:07:17 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:
fddfa64
Parents:
ad04467
Message:

src/pitch/pitchschmitt.h: indent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pitch/pitchschmitt.h

    rad04467 r63f3c70  
    5050 
    5151*/
    52 void aubio_pitchschmitt_do (aubio_pitchschmitt_t *p, fvec_t * in, fvec_t * out);
     52void aubio_pitchschmitt_do (aubio_pitchschmitt_t * p, fvec_t * in,
     53    fvec_t * out);
     54
    5355/** creation of the pitch detection object
    5456 
     
    5658 
    5759*/
    58 aubio_pitchschmitt_t * new_aubio_pitchschmitt (uint_t bufsize);
     60aubio_pitchschmitt_t *new_aubio_pitchschmitt (uint_t bufsize);
     61
    5962/** deletion of the pitch detection object
    6063 
     
    6265 
    6366*/
    64 void del_aubio_pitchschmitt (aubio_pitchschmitt_t *p);
    65 
     67void del_aubio_pitchschmitt (aubio_pitchschmitt_t * p);
    6668
    6769#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.