Changeset 974dddc for tests/demo
- Timestamp:
- Dec 1, 2007, 5:56:57 PM (17 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:
- 41ed384
- Parents:
- b63b322
- Location:
- tests/demo
- Files:
-
- 1 added
- 10 moved
Legend:
- Unmodified
- Added
- Removed
-
tests/demo/plot_mfcc_filterbank.py
rb63b322 r974dddc 5 5 import sys 6 6 7 from aubio.aubiowrapper import *7 from localaubio import * 8 8 9 9 win_size = 2048 … … 14 14 filterbank = new_aubio_filterbank_mfcc(n_filters, win_size, samplerate, 15 15 0., samplerate) 16 17 16 18 17 mfcc_filters = []
Note: See TracChangeset
for help on using the changeset viewer.