Changeset 3ac7cb0 for src/spectral/tss.h


Ignore:
Timestamp:
Nov 6, 2009, 1:08:44 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:
8b8336b
Parents:
b8ee46c
Message:

src/: cleanup variable names in prototypes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/tss.h

    rb8ee46c r3ac7cb0  
    4747/** create tss object
    4848
    49   \param win_s buffer size
    50   \param hop_s step size
     49  \param buf_size buffer size
     50  \param hop_size step size
    5151  \param channels number of input channels
    5252
    5353*/
    54 aubio_tss_t *new_aubio_tss (uint_t win_s, uint_t hop_s, uint_t channels);
     54aubio_tss_t *new_aubio_tss (uint_t buf_size, uint_t hop_size, uint_t channels);
    5555
    5656/** delete tss object
Note: See TracChangeset for help on using the changeset viewer.