Changes in src/utils/hist.h [fc61225:e6a78ea]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/utils/hist.h
rfc61225 re6a78ea 40 40 * \param fhig maximum input 41 41 * \param nelems number of histogram columns 42 * \param channels number of channels 42 43 */ 43 aubio_hist_t * new_aubio_hist(smpl_t flow, smpl_t fhig, uint_t nelems );44 aubio_hist_t * new_aubio_hist(smpl_t flow, smpl_t fhig, uint_t nelems, uint_t channels); 44 45 /** histogram deletion */ 45 46 void del_aubio_hist(aubio_hist_t *s);
Note: See TracChangeset
for help on using the changeset viewer.