Changeset b257b60 for src/musicutils.h
- Timestamp:
- Aug 12, 2015, 7:21:38 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:
- 60fc05b
- Parents:
- 3a1a5d6 (diff), 7b2d740 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/musicutils.h
r3a1a5d6 rb257b60 113 113 smpl_t aubio_zero_crossing_rate (fvec_t * v); 114 114 115 /** compute sound level on a linear 115 /** compute sound level on a linear scale 116 116 117 117 This gives the average of the square amplitudes. 118 118 119 \param v vector to compute dB SPLfrom119 \param v vector to compute level from 120 120 121 121 \return level of v
Note: See TracChangeset
for help on using the changeset viewer.