use omode in aubiopitch
authorPaul Brossier <piem@altern.org>
Tue, 5 Sep 2006 16:34:13 +0000 (16:34 +0000)
committerPaul Brossier <piem@altern.org>
Tue, 5 Sep 2006 16:34:13 +0000 (16:34 +0000)
use omode in aubiopitch

python/aubiopitch

index cdc5b6c..0bd6bc7 100755 (executable)
@@ -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)