Changeset 05468516 for python


Ignore:
Timestamp:
Apr 18, 2007, 5:51:10 PM (17 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:
ade9afe
Parents:
e83dd0e
Message:

aubioclass.py: fix indentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/aubioclass.py

    re83dd0e r05468516  
    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.