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/pitchyin.h

    rb8ee46c r3ac7cb0  
    4545/** creation of the pitch detection object
    4646 
    47   \param bufsize size of the input buffer to analyse
     47  \param buf_size size of the input buffer to analyse
    4848 
    4949*/
    50 aubio_pitchyin_t *new_aubio_pitchyin (uint_t bufsize);
     50aubio_pitchyin_t *new_aubio_pitchyin (uint_t buf_size);
    5151
    5252/** deletion of the pitch detection object
Note: See TracChangeset for help on using the changeset viewer.