Changeset 44d7cb7


Ignore:
Timestamp:
Nov 24, 2007, 3:30:39 PM (16 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:
4bb32f4
Parents:
5294546
Message:

pitchdetection.c: add del_aubio_filter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pitchdetection.c

    r5294546 r44d7cb7  
    153153      del_aubio_pvoc(p->pv);
    154154      del_cvec(p->fftgrain);
     155      del_aubio_filter(p->filter);
    155156      del_aubio_pitchmcomb(p->mcomb);
    156157      break;
Note: See TracChangeset for help on using the changeset viewer.