Changeset 9e54b83 for python/demos
- Timestamp:
- May 26, 2015, 10:59:15 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:
- 193dcbb
- Parents:
- c364a78
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/demos/demo_mfcc.py
rc364a78 r9e54b83 7 7 win_s = 512 # fft size 8 8 hop_s = win_s / 4 # hop size 9 n_filters = 40 9 n_filters = 40 # must be 40 for mfcc 10 10 n_coeffs = 13 11 11 samplerate = 44100
Note: See TracChangeset
for help on using the changeset viewer.