Changeset 9e54b83


Ignore:
Timestamp:
May 26, 2015, 10:59:15 AM (9 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

python/demos/demo_mfcc.py: add comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/demos/demo_mfcc.py

    rc364a78 r9e54b83  
    77win_s = 512                 # fft size
    88hop_s = win_s / 4           # hop size
    9 n_filters = 40
     9n_filters = 40              # must be 40 for mfcc
    1010n_coeffs = 13
    1111samplerate = 44100
Note: See TracChangeset for help on using the changeset viewer.