Changeset d1d4ad4 for python/tests/test_mfcc.py
- Timestamp:
- Nov 21, 2018, 1:00:47 PM (6 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/tests/test_mfcc.py
rc03d191 rd1d4ad4 141 141 buf_size, n_filters, n_coeffs, samplerate = 512, 40, 10, 16000 142 142 m = mfcc(buf_size, n_filters, n_coeffs, samplerate) 143 m.set_mel_coeffs_slaney( samplerate)143 m.set_mel_coeffs_slaney() 144 144 m(cvec(buf_size)) 145 145 assert m.get_power() == 1
Note: See TracChangeset
for help on using the changeset viewer.