Changeset f071c93


Ignore:
Timestamp:
Oct 25, 2009, 9:08:50 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:
a17e8c9
Parents:
8b19e1c
Message:

src/temporal/biquad.h: indent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/temporal/biquad.h

    r8b19e1c rf071c93  
    5151
    5252*/
    53 uint_t
    54 aubio_filter_set_biquad (aubio_filter_t * f, lsmp_t b0, lsmp_t b1, lsmp_t b2,
    55     lsmp_t a1, lsmp_t a2);
     53uint_t aubio_filter_set_biquad (aubio_filter_t * f, lsmp_t b0, lsmp_t b1,
     54    lsmp_t b2, lsmp_t a1, lsmp_t a2);
    5655
    5756/** create new biquad filter
     
    6564
    6665*/
    67 aubio_filter_t *
    68 new_aubio_filter_biquad (lsmp_t b0, lsmp_t b1, lsmp_t b2, lsmp_t a1, lsmp_t a2,
    69     uint_t channels);
     66aubio_filter_t *new_aubio_filter_biquad (lsmp_t b0, lsmp_t b1, lsmp_t b2,
     67    lsmp_t a1, lsmp_t a2, uint_t channels);
    7068
    7169#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.