Changeset b173ca1


Ignore:
Timestamp:
Mar 3, 2013, 4:45:59 AM (11 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:
9e56228
Parents:
69b11d8
Message:

src/io/sndfileio.h: add documentation

Location:
src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/io/sndfileio.h

    r69b11d8 rb173ca1  
    7070 */
    7171uint_t aubio_sndfile_channels(aubio_sndfile_t * file);
     72/**
     73 * Return samplerate of a file (Hz)
     74 */
    7275uint_t aubio_sndfile_samplerate(aubio_sndfile_t * file);
    7376
  • src/tempo/beattracking.h

    r69b11d8 rb173ca1  
    3333  towards automatic musical accompaniment. In Proceedings of the Audio
    3434  Engeeniring Society 118th Convention, Barcelona, Spain, May 2005.
     35
     36  \example tempo/test-beattracking.h
    3537 
    3638*/
Note: See TracChangeset for help on using the changeset viewer.