Changeset 8b19e1c


Ignore:
Timestamp:
Oct 25, 2009, 9:08:18 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:
f071c93
Parents:
29808b1
Message:

src/temporal/c_weighting.h: indent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/temporal/c_weighting.h

    r29808b1 r8b19e1c  
    6969
    7070*/
    71 aubio_filter_t * new_aubio_filter_c_weighting (uint_t channels, uint_t samplerate);
     71aubio_filter_t *new_aubio_filter_c_weighting (uint_t channels,
     72    uint_t samplerate);
    7273
    7374/** set feedback and feedforward coefficients of a C-weighting filter
     
    7980
    8081*/
    81 uint_t aubio_filter_set_c_weighting (aubio_filter_t *f, uint_t samplerate);
     82uint_t aubio_filter_set_c_weighting (aubio_filter_t * f, uint_t samplerate);
    8283
    8384#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.