Changeset b24c909
- Timestamp:
- Sep 12, 2017, 5:11:14 PM (7 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
- Children:
- 70762c5
- Parents:
- ee123a0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/aubio/cmd.py
ree123a0 rb24c909 233 233 optstr = ' '.join(['running', name, 'with options', repr(self.options), '\n']) 234 234 sys.stderr.write(optstr) 235 def flush(self, n_frames, samplerate):235 def flush(self, frames_read, samplerate): 236 236 # optionally called at the end of process 237 237 pass
Note: See TracChangeset
for help on using the changeset viewer.