Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/musicutils.h

    r1136442 r24e9b0a  
    157157smpl_t aubio_level_detection (const fvec_t * v, smpl_t threshold);
    158158
    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 
    167159#ifdef __cplusplus
    168160}
Note: See TracChangeset for help on using the changeset viewer.