Ignore:
Timestamp:
Sep 11, 2007, 12:14:01 AM (17 years ago)
Author:
Amaury Hazan <mahmoudax@gmail.com>
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:
f72ceeb
Parents:
7212394 (diff), 7a46bf6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merged from aubio_mfcc, added slaney filterbank (70% done)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/aubioclass.py

    r7212394 ref1c3b7  
    127127        self.pitchp = new_aubio_pitchdetection(bufsize,hopsize,channels,
    128128                samplerate,mode,omode)
    129         aubio_pitchdetection_set_yinthresh(self.pitchp,yinthresh)
     129        aubio_pitchdetection_set_yinthresh(self.pitchp,yinthresh)
    130130        #self.filt     = filter(srate,"adsgn")
    131131    def __del__(self):
Note: See TracChangeset for help on using the changeset viewer.