Changeset 13c3fba


Ignore:
Timestamp:
Mar 3, 2006, 6:57:50 AM (18 years ago)
Author:
Paul Brossier <piem@altern.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:
43938de
Parents:
c7713b2
Message:

splitting up tasks in many files
splitting up tasks in many files

Location:
python
Files:
8 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • python/aubiocut

    rc7713b2 r13c3fba  
    66
    77import sys
    8 from aubio.tasks import *
     8from aubio.task import *
    99
    1010usage = "usage: %s [options] -i soundfile" % sys.argv[0]
  • python/aubiopitch

    rc7713b2 r13c3fba  
    66
    77import sys
    8 from aubio.tasks import *
     8from aubio.task import *
    99
    1010usage = "usage: %s [options] -i soundfile" % sys.argv[0]
Note: See TracChangeset for help on using the changeset viewer.