Changeset 634c12f for python/demos/demo_mfcc.py
- Timestamp:
- Dec 25, 2013, 1:12:12 AM (11 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 89e9e71
- Parents:
- 5c6b264
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/demos/demo_mfcc.py
r5c6b264 r634c12f 24 24 p = pvoc(win_s, hop_s) 25 25 m = mfcc(win_s, n_filters, n_coeffs, samplerate) 26 27 desc = []28 tdesc = []29 26 30 27 mfccs = zeros([13,])
Note: See TracChangeset
for help on using the changeset viewer.