Changeset 97b8c3d


Ignore:
Timestamp:
Jun 6, 2005, 5:01:21 PM (19 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:
0ce9acc3
Parents:
13340a68
Message:

removed numarray from aubio{cut,pitch}

Location:
python
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/aubiocut

    r13340a68 r97b8c3d  
    66
    77import sys
    8 import numarray
    98from aubio.aubioclass import *
    109
  • python/aubiopitch

    r13340a68 r97b8c3d  
    77
    88import sys
    9 import numarray
    109from aubio.aubioclass import *
    1110
     
    3130                          help="input sound file")
    3231        parser.add_option("-m","--mode", action="callback",
    33                           callback=check_mode, dest="mode", default=aubio_schmitt,
    34                           help="pitch detection mode [default=dual] \
     32                          callback=check_mode, dest="mode", default=aubio_mcomb,
     33                          help="pitch detection mode [default=mcomb] \
    3534                          mcomb|yin|fcomb|schmitt")
    3635        parser.add_option("-B","--bufsize",
Note: See TracChangeset for help on using the changeset viewer.