Changeset fa4400e for src


Ignore:
Timestamp:
Jul 23, 2006, 12:27:57 PM (18 years ago)
Author:
Paul Brossier <piem@altern.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:
91879d9
Parents:
227564e
Message:

remove useless extern
remove useless extern

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tss.h

    r227564e rfa4400e  
    5252
    5353*/
    54 extern aubio_tss_t * new_aubio_tss(smpl_t thrs, smpl_t alfa, smpl_t beta,
     54aubio_tss_t * new_aubio_tss(smpl_t thrs, smpl_t alfa, smpl_t beta,
    5555    uint_t size, uint_t overlap,uint_t channels);
    5656/** delete tss object
     
    5959
    6060*/
    61 extern void del_aubio_tss(aubio_tss_t *s);
     61void del_aubio_tss(aubio_tss_t *s);
    6262
    6363/** set transient / steady state separation threshold
     
    6767
    6868*/
    69 extern void aubio_tss_set_thres(aubio_tss_t *tss, smpl_t thrs);
     69void aubio_tss_set_thres(aubio_tss_t *tss, smpl_t thrs);
    7070/** split input into transient and steady states components
    7171 
     
    7676
    7777*/
    78 extern void aubio_tss_do(aubio_tss_t *s, cvec_t * input, cvec_t * trans, cvec_t * stead);
     78void aubio_tss_do(aubio_tss_t *s, cvec_t * input, cvec_t * trans, cvec_t * stead);
    7979
    8080#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.