Changeset 8fb567c for python/demos/demo_mfcc.py
- Timestamp:
- May 10, 2016, 9:53:01 PM (9 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:
- 1e4d90f
- Parents:
- 143682b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/demos/demo_mfcc.py
r143682b r8fb567c 3 3 import sys 4 4 from aubio import source, pvoc, mfcc 5 from numpy import array,vstack, zeros5 from numpy import vstack, zeros 6 6 7 7 win_s = 512 # fft size
Note: See TracChangeset
for help on using the changeset viewer.