From: Paul Brossier Date: Tue, 5 Sep 2006 16:34:13 +0000 (+0000) Subject: use omode in aubiopitch X-Git-Tag: 0.4.0-beta1~1093 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=5ce98d8d6eba7b8d3986b03441fbe80dc092b2b9;p=aubio.git use omode in aubiopitch use omode in aubiopitch --- diff --git a/python/aubiopitch b/python/aubiopitch index cdc5b6c1..0bd6bc7b 100755 --- a/python/aubiopitch +++ b/python/aubiopitch @@ -105,6 +105,7 @@ params.verbose = options.verbose if options.smoothing: params.pitchsmooth = int(options.smoothing) if options.pitchmax: params.pitchmax = int(options.pitchmax) if options.pitchmin: params.pitchmin = int(options.pitchmin) +if options.omode: params.omode = int(options.omode) #mintol = float(options.mintol)*step # default take back system delay if options.delay: params.pitchdelay = float(options.delay)