Changeset d0bdf0c for python/demos
- Timestamp:
- Jul 4, 2014, 12:39:12 AM (10 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:
- 45f48576
- Parents:
- 584714c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/demos/demo_mfcc.py
r584714c rd0bdf0c 25 25 m = mfcc(win_s, n_filters, n_coeffs, samplerate) 26 26 27 mfccs = zeros([ 13,])27 mfccs = zeros([n_coeffs,]) 28 28 frames_read = 0 29 29 while True:
Note: See TracChangeset
for help on using the changeset viewer.