From 5ce98d8d6eba7b8d3986b03441fbe80dc092b2b9 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 5 Sep 2006 16:34:13 +0000 Subject: [PATCH] use omode in aubiopitch use omode in aubiopitch --- python/aubiopitch | 1 + 1 file changed, 1 insertion(+) 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) -- 2.26.2