Changeset acf7d30 for src/utils/hist.c
- Timestamp:
- Oct 2, 2009, 2:10:25 AM (15 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:
- 1498ced
- Parents:
- c0b295c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/utils/hist.c
rc0b295c racf7d30 149 149 smpl_t aubio_hist_mean (aubio_hist_t *s) { 150 150 uint_t i,j; 151 smpl_t tmp = 0.0 f;151 smpl_t tmp = 0.0; 152 152 for (i=0; i < s->channels; i++) 153 153 for (j=0; j < s->nelems; j++)
Note: See TracChangeset
for help on using the changeset viewer.