Changeset 24e9b0a
- Timestamp:
- Jul 1, 2016, 5:17:52 PM (8 years ago)
- 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
- Location:
- src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mathutils.c
r8470144 r24e9b0a 565 565 566 566 smpl_t 567 aubio_level_detection ( fvec_t * o, smpl_t threshold)567 aubio_level_detection (const fvec_t * o, smpl_t threshold) 568 568 { 569 569 smpl_t db_spl = aubio_db_spl (o); -
src/musicutils.h
r8470144 r24e9b0a 155 155 156 156 */ 157 smpl_t aubio_level_detection ( fvec_t * v, smpl_t threshold);157 smpl_t aubio_level_detection (const fvec_t * v, smpl_t threshold); 158 158 159 159 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.