From 1281e5ca7d04d290951683ccc8a28fce1a34b4af Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 18 May 2006 10:49:42 +0000 Subject: [PATCH] update python manpages update python manpages --- doc/aubiocut.sgml | 54 ++++++++++++++++++++++++++++++++++++++++----- doc/aubiopitch.sgml | 33 ++++++++++++++++++--------- 2 files changed, 71 insertions(+), 16 deletions(-) diff --git a/doc/aubiocut.sgml b/doc/aubiocut.sgml index ef143f64..bd8103f9 100644 --- a/doc/aubiocut.sgml +++ b/doc/aubiocut.sgml @@ -109,21 +109,28 @@ starting with two dashes (`-'). A summary of options is included below. - buffer size [default=1024] + buffer size [default=512] - overlap size [default=512] + overlap size [default=256] - pitch threshold (for yin) [default=0.1] + onset peak picking threshold [default=0.3] + + + + + + + onset peak picking DC component [default=1.] @@ -134,11 +141,18 @@ starting with two dashes (`-'). A summary of options is included below. + + + + minimum inter onset interval [default=0.048s] + + + number of seconds to take back [default=system] - default system delay is 2*hopsize/samplerate + default system delay is 3*hopsize/samplerate @@ -184,10 +198,38 @@ starting with two dashes (`-'). A summary of options is included below. + + + + define horizontal plot size [default=1.] + + + + + + + define vertical plot size [default=1.] + + + + + + + print detection function + + + + + + + do not plot detected onsets, only detection functions + + + - save plot to output.{ps,png} + save plot to output.{eps,ps,png,svg} @@ -208,7 +250,7 @@ starting with two dashes (`-'). A summary of options is included below. - NOT IMPLEMENTED output beat locations + detect beats and output beat locations diff --git a/doc/aubiopitch.sgml b/doc/aubiopitch.sgml index ef526fd9..b54bcbb5 100644 --- a/doc/aubiopitch.sgml +++ b/doc/aubiopitch.sgml @@ -139,22 +139,28 @@ manpage.1: manpage.sgml - number of seconds to take back [default=system] - default system delay is 2*hopsize/samplerate + number of seconds to take back [default=0] - - + + - use local minima after peak detection + temporal smoothing using a median filter of N frames [default=0] - - + + - cut input sound file at detected labels (best used with option -L) + maximum pitch values to look for (Hz) [default=20000] + + + + + + + minimum pitch values to look for (Hz) [default=20] @@ -168,14 +174,21 @@ manpage.1: manpage.sgml - NOT IMPLEMENTED draw plot + draw plot of the pitch track + + + + + + + draw plot of the ground truth pitch track - NOT IMPLEMENTED save plot to output.{ps,png} + save plot to output.{ps,eps,png,svg} instead of displaying it -- 2.26.2