Changeset ad65346 for tests/src


Ignore:
Timestamp:
Sep 23, 2016, 6:57:20 AM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch
Children:
7d01fdf
Parents:
3ffedf22 (diff), bd8a92d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into pitchshift

Location:
tests/src
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/spectral/test-fft.c

    r3ffedf22 rad65346  
    55  int return_code = 0;
    66  uint_t i, n_iters = 100; // number of iterations
    7   uint_t win_s = 500; // window size
     7  uint_t win_s = 512; // window size
    88  fvec_t * in = new_fvec (win_s); // input buffer
    99  cvec_t * fftgrain = new_cvec (win_s); // fft norm and phase
Note: See TracChangeset for help on using the changeset viewer.