Changeset e9bd022
- Timestamp:
- Apr 21, 2016, 7:04:47 PM (9 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:
- 55d1fa4
- Parents:
- ad1df9b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/musicutils.h
rad1df9b re9bd022 122 122 123 123 */ 124 smpl_t aubio_level_lin ( fvec_t * v);124 smpl_t aubio_level_lin (const fvec_t * v); 125 125 126 126 /** compute sound pressure level (SPL) in dB … … 135 135 136 136 */ 137 smpl_t aubio_db_spl ( fvec_t * v);137 smpl_t aubio_db_spl (const fvec_t * v); 138 138 139 139 /** check if buffer level in dB SPL is under a given threshold … … 145 145 146 146 */ 147 uint_t aubio_silence_detection ( fvec_t * v, smpl_t threshold);147 uint_t aubio_silence_detection (const fvec_t * v, smpl_t threshold); 148 148 149 149 /** get buffer level if level >= threshold, 1. otherwise
Note: See TracChangeset
for help on using the changeset viewer.