Changes in src/musicutils.h [24e9b0a:1136442]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/musicutils.h
r24e9b0a r1136442 157 157 smpl_t aubio_level_detection (const fvec_t * v, smpl_t threshold); 158 158 159 /** clamp the values of a vector within the range [-abs(max), abs(max)] 160 161 \param in vector to clamp 162 \param absmax maximum value over which input vector elements should be clamped 163 164 */ 165 void fvec_clamp(fvec_t *in, smpl_t absmax); 166 159 167 #ifdef __cplusplus 160 168 }
Note: See TracChangeset
for help on using the changeset viewer.