Changeset 8c4560e


Ignore:
Timestamp:
Mar 11, 2013, 12:34:28 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:
5284e0d
Parents:
7d89e61
Message:

src/aubio.h: talk about unstable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/aubio.h

    r7d89e61 r8c4560e  
    140140/** @file aubio.h Global aubio include file.
    141141
    142   Programmers just need to include this file as:
     142  You will want to include this file as:
    143143
    144144  @code
     145    #include <aubio/aubio.h>
     146  @endcode
     147
     148  To access headers with unstable prototypes, use:
     149
     150  @code
     151    #define AUBIO_UNSTABLE 1
    145152    #include <aubio/aubio.h>
    146153  @endcode
Note: See TracChangeset for help on using the changeset viewer.