Ignore:
Timestamp:
Apr 14, 2010, 5:36:49 PM (15 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:
0efce0d
Parents:
16bd78a
Message:

python/aubio: more changes for mono

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/task/task.py

    r16bd78a r8d1323b  
    1717                self.filei     = sndfile(self.input)
    1818                self.srate     = self.filei.samplerate()
    19                 self.channels  = self.filei.channels()
    2019                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)
    2221                self.output    = output
    2322
Note: See TracChangeset for help on using the changeset viewer.