source: python.old/aubio/task/__init__.py @ 21e2e6db

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 21e2e6db was b554e41, checked in by Paul Brossier <piem@piem.org>, 12 years ago

moved out old python interface

  • Property mode set to 100644
File size: 337 bytes
Line 
1from aubio.aubioclass import *
2from aubio.task.task import task
3from aubio.task.params import taskparams
4from aubio.task.silence import tasksilence
5from aubio.task.onset import taskonset
6from aubio.task.beat import taskbeat
7from aubio.task.cut import taskcut
8from aubio.task.pitch import taskpitch
9from aubio.task.notes import tasknotes
Note: See TracBrowser for help on using the repository browser.