Changeset 24e9b0a


Ignore:
Timestamp:
Jul 1, 2016, 5:17:52 PM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
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:
0dfcea5
Parents:
8470144
Message:

src/musicutils.h: aubio_level_detection input is a constant

Location:
src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/mathutils.c

    r8470144 r24e9b0a  
    565565
    566566smpl_t
    567 aubio_level_detection (fvec_t * o, smpl_t threshold)
     567aubio_level_detection (const fvec_t * o, smpl_t threshold)
    568568{
    569569  smpl_t db_spl = aubio_db_spl (o);
  • src/musicutils.h

    r8470144 r24e9b0a  
    155155
    156156*/
    157 smpl_t aubio_level_detection (fvec_t * v, smpl_t threshold);
     157smpl_t aubio_level_detection (const fvec_t * v, smpl_t threshold);
    158158
    159159#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.