Changeset 5ce98d8 for python


Ignore:
Timestamp:
Sep 5, 2006, 6:34:13 PM (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:
9c3b696
Parents:
c2f3981
Message:

use omode in aubiopitch
use omode in aubiopitch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubiopitch

    rc2f3981 r5ce98d8  
    106106if options.pitchmax:  params.pitchmax    = int(options.pitchmax)
    107107if options.pitchmin:  params.pitchmin    = int(options.pitchmin)
     108if options.omode:     params.omode       = int(options.omode)
    108109#mintol     = float(options.mintol)*step
    109110# default take back system delay
Note: See TracChangeset for help on using the changeset viewer.