Changes in src/musicutils.h [1136442:24e9b0a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/musicutils.h
r1136442 r24e9b0a 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 clamp162 \param absmax maximum value over which input vector elements should be clamped163 164 */165 void fvec_clamp(fvec_t *in, smpl_t absmax);166 167 159 #ifdef __cplusplus 168 160 }
Note: See TracChangeset
for help on using the changeset viewer.