Changeset 974dddc for tests/demo


Ignore:
Timestamp:
Dec 1, 2007, 5:56:57 PM (16 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:
41ed384
Parents:
b63b322
Message:

move tests/python/demo to tests/, add localaubio.py module helpers

Location:
tests/demo
Files:
1 added
10 moved

Legend:

Unmodified
Added
Removed
  • tests/demo/plot_mfcc_filterbank.py

    rb63b322 r974dddc  
    55import sys
    66
    7 from aubio.aubiowrapper import *
     7from localaubio import *
    88
    99win_size = 2048
     
    1414filterbank = new_aubio_filterbank_mfcc(n_filters, win_size, samplerate,
    1515        0., samplerate)
    16 
    1716
    1817mfcc_filters = []
Note: See TracChangeset for help on using the changeset viewer.