Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/utils/hist.h

    rfc61225 re6a78ea  
    4040 * \param fhig maximum input
    4141 * \param nelems number of histogram columns
     42 * \param channels number of channels
    4243 */
    43 aubio_hist_t * new_aubio_hist(smpl_t flow, smpl_t fhig, uint_t nelems);
     44aubio_hist_t * new_aubio_hist(smpl_t flow, smpl_t fhig, uint_t nelems, uint_t channels);
    4445/** histogram deletion */
    4546void del_aubio_hist(aubio_hist_t *s);
Note: See TracChangeset for help on using the changeset viewer.