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

    rb8ee46c r3ac7cb0  
    5555/** creation of the pitch detection object
    5656 
    57   \param size size of the input buffer to analyse
     57  \param buf_size size of the input buffer to analyse
    5858 
    5959*/
    60 aubio_pitchschmitt_t *new_aubio_pitchschmitt (uint_t bufsize);
     60aubio_pitchschmitt_t *new_aubio_pitchschmitt (uint_t buf_size);
    6161
    6262/** deletion of the pitch detection object
Note: See TracChangeset for help on using the changeset viewer.