Ignore:
Timestamp:
Nov 3, 2009, 4:22:39 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:
31907fd
Parents:
fddfa64
Message:

src/temporal: indent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/temporal/resampler.h

    rfddfa64 rbafe71d  
    4646
    4747*/
    48 aubio_resampler_t * new_aubio_resampler(smpl_t ratio, uint_t type);
     48aubio_resampler_t *new_aubio_resampler (smpl_t ratio, uint_t type);
    4949
    5050/** delete resampler object */
    51 void del_aubio_resampler(aubio_resampler_t *s);
     51void del_aubio_resampler (aubio_resampler_t * s);
    5252
    5353/** resample input in output
     
    5858
    5959*/
    60 void aubio_resampler_do (aubio_resampler_t *s, fvec_t * input,  fvec_t * output);
     60void aubio_resampler_do (aubio_resampler_t * s, fvec_t * input,
     61    fvec_t * output);
    6162
    6263#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.