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/pitch/pitchmcomb.h

    rb8ee46c r3ac7cb0  
    5555/** creation of the pitch detection object
    5656 
    57   \param bufsize size of the input buffer to analyse
    58   \param hopsize step size between two consecutive analysis instant
     57  \param buf_size size of the input buffer to analyse
     58  \param hop_size step size between two consecutive analysis instant
    5959  \param channels number of channels to analyse
    6060  \param samplerate sampling rate of the signal
    6161 
    6262*/
    63 aubio_pitchmcomb_t *new_aubio_pitchmcomb (uint_t bufsize, uint_t hopsize,
     63aubio_pitchmcomb_t *new_aubio_pitchmcomb (uint_t buf_size, uint_t hop_size,
    6464    uint_t channels);
    6565
Note: See TracChangeset for help on using the changeset viewer.