Changeset 1d51820 for python


Ignore:
Timestamp:
Nov 17, 2018, 11:40:32 AM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
0e30a12
Parents:
04cd251
Message:

[filterbank] fix mel htk mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/ext/py-filterbank.c

    r04cd251 r1d51820  
    219219  }
    220220
    221   err = aubio_filterbank_set_mel_coeffs_htk (self->o,
    222       freq_min, freq_max, samplerate);
     221  err = aubio_filterbank_set_mel_coeffs_htk (self->o, samplerate,
     222      freq_min, freq_max);
    223223  if (err > 0) {
    224224    if (PyErr_Occurred() == NULL) {
Note: See TracChangeset for help on using the changeset viewer.