From 342e3807d1afbab8032e1d2b74c06f8fec6a92ed Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 26 Sep 2009 04:46:41 +0200 Subject: [PATCH] doc/aubiomfcc.sgml: add brief manpage for aubiomfcc --- doc/Makefile.am | 13 ++-- doc/aubiomfcc.sgml | 166 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 174 insertions(+), 5 deletions(-) create mode 100644 doc/aubiomfcc.sgml diff --git a/doc/Makefile.am b/doc/Makefile.am index 764a0503..ec587938 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,8 +1,11 @@ -EXTRA_DIST = devel.cfg examples.cfg user.cfg aubio.css \ - aubionotes.sgml aubioonset.sgml \ - aubiocut.sgml aubiopitch.sgml aubiotrack.sgml \ - aubioonset.1 aubionotes.1 \ - aubiocut.1 aubiopitch.1 aubiotrack.1 +EXTRA_DIST = devel.cfg examples.cfg user.cfg \ + aubionotes.sgml aubionotes.1 \ + aubioonset.sgml aubioonset.1 \ + aubiotrack.sgml aubiotrack.1 \ + aubiomfcc.sgml aubiomfcc.1 \ + aubiopitch.sgml aubiopitch.1 \ + aubiocut.sgml aubiocut.1 \ + aubio.css man_MANS = aubionotes.1 aubioonset.1 \ aubiocut.1 aubiopitch.1 aubiotrack.1 diff --git a/doc/aubiomfcc.sgml b/doc/aubiomfcc.sgml new file mode 100644 index 00000000..ab795daf --- /dev/null +++ b/doc/aubiomfcc.sgml @@ -0,0 +1,166 @@ + manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + + + The docbook-to-man binary is found in the docbook-to-man package. + Please remember that if you create the nroff version in one of the + debian/rules file targets (such as build), you will need to include + docbook-to-man in your Build-Depends control field. + + --> + + + Paul"> + Brossier"> + + December 1, 2004"> + + 1"> + piem@altern.org"> + + AUBIOMFCC"> + + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2003 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + a command line tool for real time mfcc extraction + + + + + &dhpackage; [options] [-i soundfile] + + + + DESCRIPTION + + &dhpackage; extracts Mel-Frequency Cepstrum + Coefficients (MFCC) in audio signals. + + When started without an input file argument + (), &dhpackage; creates jack + input and output ports. When an input file is given, the results are given + on the console. + + + + OPTIONS + + This program follows the usual GNU command line syntax, with long + options starting with two dashes (`-'). A summary of options is included + below. + + + + + + + + Run analysis on this audio file. Most common uncompressed formats are + supported. + + + + + + + + Run in jack mode (default when started without input file) and creates a midi output. + + + + + + + Show results on the console (default). + + + + + + + Show summary of options. + + + + + + + SEE ALSO + + + aubiotrack(1) + aubionotes(1) + aubiocut(1) + aubiopitch(1) + aubioonset(1) + + + + + + AUTHOR + + This manual page was written by &dhusername; (&dhemail;). Permission + is granted to copy, distribute and/or modify this document under the terms + of the &gnu; General Public License, Version 2 any later version published + by the Free Software Foundation. + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + +
+ + + + -- 2.26.2