Changeset 7359775
- Timestamp:
- Jul 16, 2012, 12:44:43 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:
- 6bfbcdc, a81c8cd, c43c459
- Parents:
- 3cd2434
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/test-mathutils.c
r3cd2434 r7359775 1 1 #include <stdio.h> 2 2 #include <assert.h> 3 #define AUBIO_UNSTABLE 1 3 4 #include <aubio.h> 4 5 5 6 int main(){ 6 int a, b;7 uint_t a, b; 7 8 8 9 a = 31; b = aubio_next_power_of_two(a);
Note: See TracChangeset
for help on using the changeset viewer.