- Timestamp:
- Sep 17, 2009, 7:33:29 AM (15 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:
- afc584d
- Parents:
- 79a01c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/types.h
r79a01c5 r03eeff1 25 25 Definition of data types used in aubio 26 26 27 \todo replace all known types with their alias (in midi*.[ch])28 29 \todo add unknown types aliases (char, FILE)30 31 \todo add OS switches32 33 \todo add long/float switches34 35 27 */ 36 28 … … 38 30 extern "C" { 39 31 #endif 32 33 #define AUBIO_SINGLE_PRECISION 1 40 34 41 35 /** short sample format (32 or 64 bits) */
Note: See TracChangeset
for help on using the changeset viewer.