Changeset 8d1323b for python/aubio/task/task.py
- Timestamp:
- Apr 14, 2010, 5:36:49 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:
- 0efce0d
- Parents:
- 16bd78a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/task/task.py
r16bd78a r8d1323b 17 17 self.filei = sndfile(self.input) 18 18 self.srate = self.filei.samplerate() 19 self.channels = self.filei.channels()20 19 self.params.step = float(self.params.hopsize)/float(self.srate) 21 self.myvec = fvec(self.params.hopsize ,self.channels)20 self.myvec = fvec(self.params.hopsize) 22 21 self.output = output 23 22
Note: See TracChangeset
for help on using the changeset viewer.