- Timestamp:
- Aug 12, 2015, 6:01:26 PM (9 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:
- 5c58032
- Parents:
- df7be43
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/aubio_priv.h
rdf7be43 r3ff50e5 129 129 #define AUBIO_SPRINTF sprintf 130 130 131 /* Libc shortcuts */ 131 /* pi and 2*pi */ 132 #ifndef M_PI 133 #define PI (3.14159265358979323846) 134 #else 132 135 #define PI (M_PI) 136 #endif 133 137 #define TWO_PI (PI*2.) 134 138
Note: See TracChangeset
for help on using the changeset viewer.