Changeset f1b6aad for tests


Ignore:
Timestamp:
Oct 16, 2009, 4:02:01 AM (15 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:
6338636
Parents:
28c162c
Message:

src/spectral/tss.c: simplify new_ method, add setters for threshold, alpha, and beta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/test-tss.c

    r28c162c rf1b6aad  
    2626        aubio_pvoc_t * pvs = new_aubio_pvoc(win_s,hop_s,channels);
    2727
    28         aubio_tss_t *  tss = new_aubio_tss(0.01,3.,4.,win_s,hop_s,channels);
     28        aubio_tss_t *  tss = new_aubio_tss(win_s,hop_s,channels);
    2929        /* fill input with some data */
    3030        printf("initialised\n");
Note: See TracChangeset for help on using the changeset viewer.