Ignore:
Timestamp:
Nov 26, 2018, 11:48:35 AM (5 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:
099776d
Parents:
88a4d8a
Message:

[tests] increase tss coverage

File:
1 edited

Legend:

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

    r88a4d8a r804c8eb  
    3535  }
    3636
     37  aubio_tss_set_alpha(tss, 4.);
     38  aubio_tss_set_beta(tss, 3.);
     39  aubio_tss_set_threshold(tss, 3.);
     40
    3741  del_aubio_pvoc(pv);
    3842  del_aubio_pvoc(pvt);
Note: See TracChangeset for help on using the changeset viewer.