Changeset b24c909 for python/lib


Ignore:
Timestamp:
Sep 12, 2017, 5:11:14 PM (7 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
Children:
70762c5
Parents:
ee123a0
Message:

python/lib/aubio/cmd.py: use frames_read in flush

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/aubio/cmd.py

    ree123a0 rb24c909  
    233233            optstr = ' '.join(['running', name, 'with options', repr(self.options), '\n'])
    234234            sys.stderr.write(optstr)
    235     def flush(self, n_frames, samplerate):
     235    def flush(self, frames_read, samplerate):
    236236        # optionally called at the end of process
    237237        pass
Note: See TracChangeset for help on using the changeset viewer.