Changeset bf3f09b for python/tests
- Timestamp:
- Nov 21, 2018, 12:59:31 PM (6 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master
- Children:
- e893e6fe
- Parents:
- d06c9a4 (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
rd06c9a4 rbf3f09b 136 136 buf_size, n_filters, n_coeffs, samplerate = 512, 40, 10, 16000 137 137 m = mfcc(buf_size, n_filters, n_coeffs, samplerate) 138 m.set_mel_coeffs_slaney( samplerate)138 m.set_mel_coeffs_slaney() 139 139 m(cvec(buf_size)) 140 140 assert m.get_power() == 1
Note: See TracChangeset
for help on using the changeset viewer.