Changeset 8c4560e
- Timestamp:
- Mar 11, 2013, 12:34:28 AM (12 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/aubio.h
r7d89e61 r8c4560e 140 140 /** @file aubio.h Global aubio include file. 141 141 142 Programmers just needto include this file as:142 You will want to include this file as: 143 143 144 144 @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 145 152 #include <aubio/aubio.h> 146 153 @endcode
Note: See TracChangeset
for help on using the changeset viewer.