- Timestamp:
- Sep 28, 2009, 9:11:41 PM (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:
- d2d862b
- Parents:
- 916f8983
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mathutils.h
r916f8983 rce0e7b5 31 31 #define MATHUTILS_H 32 32 33 #ifdef __cplusplus 34 extern "C" { 35 #endif 36 33 37 /** Window types 34 38 * … … 39 43 * - extace : http://extace.sf.net/ 40 44 */ 41 42 #ifdef __cplusplus43 extern "C" {44 #endif45 46 45 typedef enum { 47 46 aubio_win_rectangle, … … 101 100 /** returns sum */ 102 101 smpl_t vec_sum(fvec_t *s); 102 103 103 /** returns energy 104 104 *
Note: See TracChangeset
for help on using the changeset viewer.