Changeset ceed6dc


Ignore:
Timestamp:
Jul 23, 2006, 12:56:17 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:
475da2f
Parents:
91879d9
Message:

add documentation for del_aubio_pitchyinfft
add documentation for del_aubio_pitchyinfft

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pitchyinfft.h

    r91879d9 rceed6dc  
    5656*/
    5757aubio_pitchyinfft_t * new_aubio_pitchyinfft (uint_t bufsize);
     58/** deletion of the pitch detection object
     59 
     60  \param p pitch detection object as returned by new_aubio_pitchyinfft()
     61 
     62*/
    5863void del_aubio_pitchyinfft (aubio_pitchyinfft_t *p);
    5964
Note: See TracChangeset for help on using the changeset viewer.