Changeset 0d439322 for src/resample.c


Ignore:
Timestamp:
Jul 12, 2006, 6:20:57 PM (18 years ago)
Author:
Paul Brossier <piem@altern.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:
028c8e9
Parents:
e8359d7
Message:

update resample deletion function
update resample deletion function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/resample.c

    re8359d7 r0d439322  
    4444void del_aubio_resampler(aubio_resampler_t *s) {
    4545        src_delete(s->stat);
     46        AUBIO_FREE(s->proc);
    4647        AUBIO_FREE(s);
    4748}
Note: See TracChangeset for help on using the changeset viewer.