Changeset 5d46eca for src/spectral


Ignore:
Timestamp:
Sep 6, 2017, 11:21:24 AM (7 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
Children:
9338e18
Parents:
3873e5e
Message:

src/spectral/dct_fftw.c: add fftw implementation of dct type II

Location:
src/spectral
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/dct_ooura.c

    r3873e5e r5d46eca  
    2323#include "cvec.h"
    2424#include "spectral/dct.h"
     25
     26#if !defined(HAVE_ACCELERATE) && !defined(HAVE_FFTW3)
    2527
    2628extern void aubio_ooura_ddct(int, int, smpl_t *, int *, smpl_t *);
     
    9092  fvec_copy(s->input, output);
    9193}
     94
     95#endif //!defined(HAVE_ACCELERATE) && !defined(HAVE_FFTW3)
Note: See TracChangeset for help on using the changeset viewer.