Changeset 3f90b7a for src/spectral


Ignore:
Timestamp:
Oct 1, 2017, 3:36:16 PM (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:
b65230a
Parents:
379ef6c
Message:

src/spectral/fft.c: remove unrequired scaling, fixing python unit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/fft.c

    r379ef6c r3f90b7a  
    376376    compspec->data[s->fft_size - i] = s->complexOut[i].im;
    377377  }
    378   // apply scaling
    379   aubio_ippsMulC(compspec->data, 1.0 / 2.0, compspec->data, s->fft_size);
    380378
    381379#else                         // using OOURA
Note: See TracChangeset for help on using the changeset viewer.