Ignore:
Timestamp:
Oct 15, 2009, 3:09:07 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:
c9cebe1
Parents:
202ffa5
Message:

src/pitch: cosmetic changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pitch/pitchschmitt.h

    r202ffa5 rd9b5009  
    4949 
    5050*/
    51 void aubio_pitchschmitt_do (aubio_pitchschmitt_t *p, fvec_t * input, fvec_t * output);
     51void aubio_pitchschmitt_do (aubio_pitchschmitt_t *p, fvec_t * in, fvec_t * out);
    5252/** creation of the pitch detection object
    5353 
     
    5555 
    5656*/
    57 aubio_pitchschmitt_t * new_aubio_pitchschmitt (uint_t size);
     57aubio_pitchschmitt_t * new_aubio_pitchschmitt (uint_t bufsize);
    5858/** deletion of the pitch detection object
    5959 
Note: See TracChangeset for help on using the changeset viewer.