Ignore:
Timestamp:
Oct 19, 2009, 3:00:32 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:
615ac7d
Parents:
b849106
Message:

src/temporal/filter.c: reset filter memory in filtfilt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/temporal/filter.h

    rb849106 r3f99693  
    141141uint_t aubio_filter_set_samplerate (aubio_filter_t * f, uint_t samplerate);
    142142
     143/** reset filter memory */
     144void aubio_filter_do_reset (aubio_filter_t * f);
     145
    143146/** create new filter object
    144147
Note: See TracChangeset for help on using the changeset viewer.