Changeset 1294862 for python/aubio/aubioclass.py
- Timestamp:
- Oct 7, 2009, 7:33:51 PM (15 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:
- e5e693e
- Parents:
- 1b88289
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/aubioclass.py
r1b88289 r1294862 135 135 def __call__(self,myvec): 136 136 #self.filt(myvec) 137 return aubio_pitchdetection (self.pitchp,myvec())137 return aubio_pitchdetection_do(self.pitchp,myvec()) 138 138 139 139 class filter:
Note: See TracChangeset
for help on using the changeset viewer.