Changeset 24e9b0a for src/mathutils.c


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

File:
1 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);
Note: See TracChangeset for help on using the changeset viewer.