Changeset 0af05d3


Ignore:
Timestamp:
Oct 8, 2009, 12:27:41 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:
64c3658
Parents:
9daf018
Message:

rename src/temporal/resample.c to src/temporal/resampler.c

Location:
src
Files:
1 edited
2 moved

Legend:

Unmodified
Added
Removed
  • src/aubio.h

    r9daf018 r0af05d3  
    7070#include "spectral/tss.h"
    7171#if HAVE_SAMPLERATE
    72 #include "temporal/resample.h"
     72#include "temporal/resampler.h"
    7373#endif /* HAVE_SAMPLERATE */
    7474#include "temporal/biquad.h"
  • src/temporal/resampler.c

    r9daf018 r0af05d3  
    2626#include "aubio_priv.h"
    2727#include "fvec.h"
    28 #include "temporal/resample.h"
     28#include "temporal/resampler.h"
    2929
    3030struct _aubio_resampler_t {
Note: See TracChangeset for help on using the changeset viewer.