Ignore:
Timestamp:
Nov 21, 2018, 1:00:47 PM (6 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/constantq
Children:
f87e191
Parents:
c03d191 (diff), 5eea3b2 (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.
Message:

Merge branch 'master' into feature/constantq

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/tests/test_mfcc.py

    rc03d191 rd1d4ad4  
    141141        buf_size, n_filters, n_coeffs, samplerate = 512, 40, 10, 16000
    142142        m = mfcc(buf_size, n_filters, n_coeffs, samplerate)
    143         m.set_mel_coeffs_slaney(samplerate)
     143        m.set_mel_coeffs_slaney()
    144144        m(cvec(buf_size))
    145145        assert m.get_power() == 1
Note: See TracChangeset for help on using the changeset viewer.